File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CHANNEL?=
44
55VOLUME_MOUNTS =-v "$(CURDIR ) ":/v
66SHELLCHECK_EXCLUSIONS =$(addprefix -e, SC1091 SC1117 SC2317)
7- SHELLCHECK =docker run --rm $(VOLUME_MOUNTS ) -w /v koalaman/shellcheck $(SHELLCHECK_EXCLUSIONS )
7+ SHELLCHECK =docker run --rm $(VOLUME_MOUNTS ) -w /v koalaman/shellcheck:stable $(SHELLCHECK_EXCLUSIONS )
88
99ENVSUBST_VARS =LOAD_SCRIPT_COMMIT_SHA
1010
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ SCRIPT_COMMIT_SHA=UNKNOWN
2121# This script should be run with an unprivileged user and install/setup Docker under $HOME/bin/.
2222
2323# The latest release is currently hard-coded.
24- STABLE_LATEST=" 26.1.1 "
24+ STABLE_LATEST=" 26.1.2 "
2525
2626# The channel to install from:
2727# * test
@@ -33,7 +33,7 @@ if [ -z "$CHANNEL" ]; then
3333fi
3434
3535# The test release is currently hard-coded.
36- TEST_LATEST=" 26.1.1 "
36+ TEST_LATEST=" 26.1.2 "
3737
3838STATIC_RELEASE_URL=
3939STATIC_RELEASE_ROOTLESS_URL=
You can’t perform that action at this time.
0 commit comments