From 6f3d7c9f89caa848a8aa9f5d650b786897fb0503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 5 Jun 2024 20:32:38 +0200 Subject: [PATCH] rootless: update to 26.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- rootless-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootless-install.sh b/rootless-install.sh index bdea06da..e2105f09 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.1.3" +STABLE_LATEST="26.1.4" # 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.1.3" +TEST_LATEST="26.1.4" STATIC_RELEASE_URL= STATIC_RELEASE_ROOTLESS_URL=