From a2ddd502f361f1b3312ae09235886b259e177366 Mon Sep 17 00:00:00 2001 From: mrlutik Date: Thu, 11 Apr 2024 16:23:03 +0200 Subject: [PATCH] feat(update): Update tools version --- RELEASE.md | 2 +- scripts/version.sh | 2 +- workstation/init.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index be14ef0b..367d7f11 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,3 @@ Features: -* Update ARM and AMD hashes +* Update tools version diff --git a/scripts/version.sh b/scripts/version.sh index 8a7c8e71..04c5c673 100644 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo "v0.12.22" +echo "v0.12.23" diff --git a/workstation/init.sh b/workstation/init.sh index 70c24ead..819c7c41 100755 --- a/workstation/init.sh +++ b/workstation/init.sh @@ -25,8 +25,8 @@ if [ "$USER" != root ]; then fi # Used To Initialize essential dependencies -BASE_IMAGE_VERSION="v0.13.19" -TOOLS_VERSION="v0.3.46" +BASE_IMAGE_VERSION="v0.14.03" +TOOLS_VERSION="v0.3.54" COSIGN_VERSION="v2.2.3" # Force console colour to be black