From 383bf8d29988cbe2b09f411db53ae9d9ba705131 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 22 Jul 2024 16:35:11 +0200 Subject: [PATCH] rootless: update to 27.1.0 Signed-off-by: Sebastiaan van Stijn --- rootless-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootless-install.sh b/rootless-install.sh index 0d964ff1..dd34c671 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="27.0.3" +STABLE_LATEST="27.1.0" # The channel to install from: # * test @@ -32,7 +32,7 @@ if [ -z "$CHANNEL" ]; then fi # The test release is currently hard-coded. -TEST_LATEST="27.0.3" +TEST_LATEST="27.1.0" STATIC_RELEASE_URL= STATIC_RELEASE_ROOTLESS_URL=