Skip to content

Commit

Permalink
rootless: update to 27.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Jul 22, 2024
1 parent dd4d114 commit 383bf8d
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="27.0.3"
STABLE_LATEST="27.1.0"

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

# The test release is currently hard-coded.
TEST_LATEST="27.0.3"
TEST_LATEST="27.1.0"

STATIC_RELEASE_URL=
STATIC_RELEASE_ROOTLESS_URL=
Expand Down

0 comments on commit 383bf8d

Please sign in to comment.