We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b59228 + 484f0ee commit 38985beCopy full SHA for 38985be
Dockerfile
@@ -3,7 +3,7 @@ LABEL "name"="sh-checker"
3
LABEL "maintainer"="Luiz Muller <contact@luizm.dev>"
4
5
ARG shfmt_version=3.4.3
6
-ARG shellcheck_version=0.7.2
+ARG shellcheck_version=0.8.0
7
8
RUN apk add --no-cache bash git jq curl checkbashisms \
9
&& apk add --no-cache --virtual .build-deps tar \
0 commit comments