Skip to content

Commit 38985be

Browse files
authored
Merge pull request #54 from johannbg/SHCHECK
feat: update shellcheck to the latest release ( 0.8.0 )
2 parents 7b59228 + 484f0ee commit 38985be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL "name"="sh-checker"
33
LABEL "maintainer"="Luiz Muller <contact@luizm.dev>"
44

55
ARG shfmt_version=3.4.3
6-
ARG shellcheck_version=0.7.2
6+
ARG shellcheck_version=0.8.0
77

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

0 commit comments

Comments
 (0)