We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182996b commit c1d271cCopy full SHA for c1d271c
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="26.1.0"
+STABLE_LATEST="26.1.1"
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="26.1.0"
+TEST_LATEST="26.1.1"
37
38
STATIC_RELEASE_URL=
39
STATIC_RELEASE_ROOTLESS_URL=
0 commit comments