We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f329e17 commit e363bceCopy full SHA for e363bce
1 file changed
rootless-install.sh
@@ -29,8 +29,8 @@ if [ -z "$CHANNEL" ]; then
29
CHANNEL=$DEFAULT_CHANNEL_VALUE
30
fi
31
# The latest release is currently hard-coded.
32
-STABLE_LATEST="20.10.9"
33
-TEST_LATEST="20.10.9"
+STABLE_LATEST="20.10.10"
+TEST_LATEST="20.10.10"
34
STATIC_RELEASE_URL=
35
STATIC_RELEASE_ROOTLESS_URL=
36
case "$CHANNEL" in
0 commit comments