Skip to content

Commit 357b0b4

Browse files
authored
Merge pull request #426 from thaJeztah/rootless_27.0.3
rootless: update to 27.0.3
2 parents 7dbd184 + 394db8d commit 357b0b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rootless-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SCRIPT_COMMIT_SHA=UNKNOWN
2121
# This script should be run with an unprivileged user and install/setup Docker under $HOME/bin/.
2222

2323
# The latest release is currently hard-coded.
24-
STABLE_LATEST="27.0.2"
24+
STABLE_LATEST="27.0.3"
2525

2626
# The channel to install from:
2727
# * test
@@ -33,7 +33,7 @@ if [ -z "$CHANNEL" ]; then
3333
fi
3434

3535
# The test release is currently hard-coded.
36-
TEST_LATEST="27.0.2"
36+
TEST_LATEST="27.0.3"
3737

3838
STATIC_RELEASE_URL=
3939
STATIC_RELEASE_ROOTLESS_URL=

0 commit comments

Comments
 (0)