Skip to content

Commit

Permalink
Merge pull request #413 from vvoland/update-rootless-26.1.2
Browse files Browse the repository at this point in the history
rootless: update to 26.1.2
  • Loading branch information
thaJeztah authored May 9, 2024
2 parents 6e61729 + 195cc06 commit 6d9743e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CHANNEL?=

VOLUME_MOUNTS=-v "$(CURDIR)":/v
SHELLCHECK_EXCLUSIONS=$(addprefix -e, SC1091 SC1117 SC2317)
SHELLCHECK=docker run --rm $(VOLUME_MOUNTS) -w /v koalaman/shellcheck $(SHELLCHECK_EXCLUSIONS)
SHELLCHECK=docker run --rm $(VOLUME_MOUNTS) -w /v koalaman/shellcheck:stable $(SHELLCHECK_EXCLUSIONS)

ENVSUBST_VARS=LOAD_SCRIPT_COMMIT_SHA

Expand Down
4 changes: 2 additions & 2 deletions rootless-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SCRIPT_COMMIT_SHA=UNKNOWN
# This script should be run with an unprivileged user and install/setup Docker under $HOME/bin/.

# The latest release is currently hard-coded.
STABLE_LATEST="26.1.1"
STABLE_LATEST="26.1.2"

# The channel to install from:
# * test
Expand All @@ -33,7 +33,7 @@ if [ -z "$CHANNEL" ]; then
fi

# The test release is currently hard-coded.
TEST_LATEST="26.1.1"
TEST_LATEST="26.1.2"

STATIC_RELEASE_URL=
STATIC_RELEASE_ROOTLESS_URL=
Expand Down

0 comments on commit 6d9743e

Please sign in to comment.