Skip to content

Commit

Permalink
Update to latest shellcheck release
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w committed Jul 30, 2020
1 parent ebaf6af commit 0ab958a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN wget -q -O /usr/bin/hadolint "https://github.com/hadolint/hadolint/releases/
&& chmod +x /usr/bin/hadolint \
&& hadolint --version

ARG SHELLCHECK_VERSION=v0.7.0
ARG SHELLCHECK_VERSION=v0.7.1
RUN wget -q -O /tmp/shellcheck.tar.xz "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.$(uname -m).tar.xz" \
&& tar -xJf /tmp/shellcheck.tar.xz -C /usr/bin --strip-components=1 "shellcheck-${SHELLCHECK_VERSION}/shellcheck" \
&& rm /tmp/shellcheck.tar.xz \
Expand Down

0 comments on commit 0ab958a

Please sign in to comment.