Skip to content

Commit cef6978

Browse files
committed
rootless: update to 26.0.1
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 78eff26 commit cef6978

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,7 +21,7 @@ SCRIPT_COMMIT_SHA=UNKNOWN
2121
# This script should be run with an unprivileged user and install/setup Docker under $HOME/bin/.
2222

2323
# The latest release is currently hard-coded.
24-
STABLE_LATEST="26.0.0"
24+
STABLE_LATEST="26.0.1"
2525

2626
# The channel to install from:
2727
# * test
@@ -33,7 +33,7 @@ if [ -z "$CHANNEL" ]; then
3333
fi
3434

3535
# The test release is currently hard-coded.
36-
TEST_LATEST="26.0.0-rc3"
36+
TEST_LATEST="26.0.1"
3737

3838
STATIC_RELEASE_URL=
3939
STATIC_RELEASE_ROOTLESS_URL=

0 commit comments

Comments
 (0)