Skip to content

Commit

Permalink
Merge pull request #423 from vvoland/update-rootless-27.0.1
Browse files Browse the repository at this point in the history
rootless: update to 27.0.1
  • Loading branch information
vvoland authored Jun 25, 2024
2 parents 401f432 + a750f84 commit 9af11e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootless-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SCRIPT_COMMIT_SHA=UNKNOWN
# This script should be run with an unprivileged user and install/setup Docker under $HOME/bin/.

# The latest release is currently hard-coded.
STABLE_LATEST="26.1.4"
STABLE_LATEST="27.0.1"

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

# The test release is currently hard-coded.
TEST_LATEST="27.0.0-rc.2"
TEST_LATEST="27.0.1"

STATIC_RELEASE_URL=
STATIC_RELEASE_ROOTLESS_URL=
Expand Down

0 comments on commit 9af11e8

Please sign in to comment.