Skip to content

Commit ee3e0e0

Browse files
authored
Merge pull request #290 from thaJeztah/update_rootless
rootless-install.sh: update to 20.10.16
2 parents 614d05e + 12ac8ea commit ee3e0e0

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.14"
33-
TEST_LATEST="20.10.14"
32+
STABLE_LATEST="20.10.16"
33+
TEST_LATEST="20.10.16"
3434
STATIC_RELEASE_URL=
3535
STATIC_RELEASE_ROOTLESS_URL=
3636
case "$CHANNEL" in

0 commit comments

Comments
 (0)