Skip to content

Commit

Permalink
Merge pull request docker#426 from thaJeztah/rootless_27.0.3
Browse files Browse the repository at this point in the history
rootless: update to 27.0.3
  • Loading branch information
thaJeztah authored Jul 1, 2024
2 parents 7dbd184 + 394db8d commit 357b0b4
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.2"
STABLE_LATEST="27.0.3"

# 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.2"
TEST_LATEST="27.0.3"

STATIC_RELEASE_URL=
STATIC_RELEASE_ROOTLESS_URL=
Expand Down

0 comments on commit 357b0b4

Please sign in to comment.