Skip to content

Commit 8095e19

Browse files
authored
Merge pull request #263 from thaJeztah/update_rootless
rootless-install.sh: update to docker 20.10.11
2 parents 85d7766 + e3dbca9 commit 8095e19

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
@@ -29,8 +29,8 @@ if [ -z "$CHANNEL" ]; then
2929
CHANNEL=$DEFAULT_CHANNEL_VALUE
3030
fi
3131
# The latest release is currently hard-coded.
32-
STABLE_LATEST="20.10.10"
33-
TEST_LATEST="20.10.10"
32+
STABLE_LATEST="20.10.11"
33+
TEST_LATEST="20.10.11"
3434
STATIC_RELEASE_URL=
3535
STATIC_RELEASE_ROOTLESS_URL=
3636
case "$CHANNEL" in

0 commit comments

Comments
 (0)