diff --git a/rootless-install.sh b/rootless-install.sh index a7aad4f5..f6b01762 100755 --- a/rootless-install.sh +++ b/rootless-install.sh @@ -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="26.0.0" +STABLE_LATEST="26.0.1" # The channel to install from: # * test @@ -33,7 +33,7 @@ if [ -z "$CHANNEL" ]; then fi # The test release is currently hard-coded. -TEST_LATEST="26.0.0-rc3" +TEST_LATEST="26.0.1" STATIC_RELEASE_URL= STATIC_RELEASE_ROOTLESS_URL=