Skip to content

Commit 6d9743e

Browse files
authored
Merge pull request #413 from vvoland/update-rootless-26.1.2
rootless: update to 26.1.2
2 parents 6e61729 + 195cc06 commit 6d9743e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CHANNEL?=
44

55
VOLUME_MOUNTS=-v "$(CURDIR)":/v
66
SHELLCHECK_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

99
ENVSUBST_VARS=LOAD_SCRIPT_COMMIT_SHA
1010

rootless-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3333
fi
3434

3535
# The test release is currently hard-coded.
36-
TEST_LATEST="26.1.1"
36+
TEST_LATEST="26.1.2"
3737

3838
STATIC_RELEASE_URL=
3939
STATIC_RELEASE_ROOTLESS_URL=

0 commit comments

Comments
 (0)