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.
2 parents 1ebc10c + 40e3aef commit ae03142Copy full SHA for ae03142
rootless-install.sh
@@ -21,10 +21,10 @@ SCRIPT_COMMIT_SHA="$LOAD_SCRIPT_COMMIT_SHA"
21
# This script should be run with an unprivileged user and install/setup Docker under $HOME/bin/.
22
23
# latest version available in the stable channel.
24
-STABLE_LATEST="28.4.0"
+STABLE_LATEST="28.5.0"
25
26
# latest version available in the test channel.
27
-TEST_LATEST="28.4.0"
+TEST_LATEST="28.5.0"
28
29
# The channel to install from:
30
# * test
0 commit comments