Skip to content

Commit ffadb7a

Browse files
authoredApr 11, 2024
Merge pull request #564 from KiraCore/feature/update_tools_ver
feature/update_tools_ver -> release/v0.12.23
2 parents 3360419 + a2ddd50 commit ffadb7a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

Diff for: ‎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

Diff for: ‎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"

Diff for: ‎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)