Skip to content

Commit

Permalink
feat(update): Update tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLutik committed Apr 11, 2024
1 parent 3360419 commit a2ddd50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Features:

* Update ARM and AMD hashes
* Update tools version
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

echo "v0.12.22"
echo "v0.12.23"
4 changes: 2 additions & 2 deletions workstation/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2ddd50

Please sign in to comment.