We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dbd184 + 394db8d commit 357b0b4Copy full SHA for 357b0b4
1 file changed
rootless-install.sh
@@ -21,7 +21,7 @@ SCRIPT_COMMIT_SHA=UNKNOWN
21
# This script should be run with an unprivileged user and install/setup Docker under $HOME/bin/.
22
23
# The latest release is currently hard-coded.
24
-STABLE_LATEST="27.0.2"
+STABLE_LATEST="27.0.3"
25
26
# The channel to install from:
27
# * test
@@ -33,7 +33,7 @@ if [ -z "$CHANNEL" ]; then
33
fi
34
35
# The test release is currently hard-coded.
36
-TEST_LATEST="27.0.2"
+TEST_LATEST="27.0.3"
37
38
STATIC_RELEASE_URL=
39
STATIC_RELEASE_ROOTLESS_URL=
0 commit comments