Skip to content

Commit a2ddd50

Browse files
committed
feat(update): Update tools version
1 parent 3360419 commit a2ddd50

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Features:
22

3-
* Update ARM and AMD hashes
3+
* Update tools version

scripts/version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
echo "v0.12.22"
3+
echo "v0.12.23"

workstation/init.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ if [ "$USER" != root ]; then
2525
fi
2626

2727
# Used To Initialize essential dependencies
28-
BASE_IMAGE_VERSION="v0.13.19"
29-
TOOLS_VERSION="v0.3.46"
28+
BASE_IMAGE_VERSION="v0.14.03"
29+
TOOLS_VERSION="v0.3.54"
3030
COSIGN_VERSION="v2.2.3"
3131

3232
# Force console colour to be black

0 commit comments

Comments
 (0)