Skip to content

Commit 005c42e

Browse files
committed
rootless: update to 28.1.0
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 5fed27b commit 005c42e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rootless-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ SCRIPT_COMMIT_SHA=UNKNOWN
2121
# This script should be run with an unprivileged user and install/setup Docker under $HOME/bin/.
2222

2323
# latest version available in the stable channel.
24-
STABLE_LATEST="28.0.4"
24+
STABLE_LATEST="28.1.0"
2525

2626
# latest version available in the test channel.
27-
TEST_LATEST="28.1.0-rc.2"
27+
TEST_LATEST="28.1.0"
2828

2929
# The channel to install from:
3030
# * test

0 commit comments

Comments
 (0)