Skip to content

Commit

Permalink
Merge pull request #54 from johannbg/SHCHECK
Browse files Browse the repository at this point in the history
feat: update shellcheck to the latest release ( 0.8.0 )
  • Loading branch information
luizm authored May 2, 2022
2 parents 7b59228 + 484f0ee commit 38985be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL "name"="sh-checker"
LABEL "maintainer"="Luiz Muller <[email protected]>"

ARG shfmt_version=3.4.3
ARG shellcheck_version=0.7.2
ARG shellcheck_version=0.8.0

RUN apk add --no-cache bash git jq curl checkbashisms \
&& apk add --no-cache --virtual .build-deps tar \
Expand Down

0 comments on commit 38985be

Please sign in to comment.