Skip to content

Commit bedc5d6

Browse files
authored
Merge pull request #515 from vvoland/update-rootless-28.3.3
rootless: update to 28.3.3
2 parents 8555c7c + 0228aaa commit bedc5d6

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="$LOAD_SCRIPT_COMMIT_SHA"
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.3.2"
24+
STABLE_LATEST="28.3.3"
2525

2626
# latest version available in the test channel.
27-
TEST_LATEST="28.3.2"
27+
TEST_LATEST="28.3.3"
2828

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

0 commit comments

Comments
 (0)