We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3360419 commit a2ddd50Copy full SHA for a2ddd50
RELEASE.md
@@ -1,3 +1,3 @@
1
Features:
2
3
-* Update ARM and AMD hashes
+* Update tools version
scripts/version.sh
#!/usr/bin/env bash
-echo "v0.12.22"
+echo "v0.12.23"
workstation/init.sh
@@ -25,8 +25,8 @@ if [ "$USER" != root ]; then
25
fi
26
27
# Used To Initialize essential dependencies
28
-BASE_IMAGE_VERSION="v0.13.19"
29
-TOOLS_VERSION="v0.3.46"
+BASE_IMAGE_VERSION="v0.14.03"
+TOOLS_VERSION="v0.3.54"
30
COSIGN_VERSION="v2.2.3"
31
32
# Force console colour to be black
0 commit comments