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 c6e4428 commit 115a777Copy full SHA for 115a777
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.12"
33
-TEST_LATEST="20.10.12"
+STABLE_LATEST="20.10.13"
+TEST_LATEST="20.10.13"
34
STATIC_RELEASE_URL=
35
STATIC_RELEASE_ROOTLESS_URL=
36
case "$CHANNEL" in
0 commit comments