From 0b129669dbab9da4b517bbd13a3cf2eeb42eb2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Thu, 6 Nov 2025 12:08:07 +0100 Subject: [PATCH] rootless: update to 28.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- rootless-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootless-install.sh b/rootless-install.sh index ef0f0e8c..09bcb383 100755 --- a/rootless-install.sh +++ b/rootless-install.sh @@ -21,7 +21,7 @@ SCRIPT_COMMIT_SHA="$LOAD_SCRIPT_COMMIT_SHA" # This script should be run with an unprivileged user and install/setup Docker under $HOME/bin/. # latest version available in the stable channel. -STABLE_LATEST="28.5.1" +STABLE_LATEST="28.5.2" # latest version available in the test channel. TEST_LATEST="29.0.0-rc.2"