We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15dfae0 commit 84143eaCopy full SHA for 84143ea
1 file changed
rootless-install.sh
@@ -21,10 +21,10 @@ SCRIPT_COMMIT_SHA=UNKNOWN
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="27.3.1"
+STABLE_LATEST="27.4.0"
25
26
# latest version available in the test channel.
27
-TEST_LATEST="27.4.0-rc.4"
+TEST_LATEST="27.4.0"
28
29
# The channel to install from:
30
# * test
0 commit comments