We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abcd215 commit 07f553bCopy full SHA for 07f553b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM koalaman/shellcheck-alpine:v0.9.0 as verify-sh
+FROM koalaman/shellcheck-alpine:v0.10.0 as verify-sh
2
WORKDIR /src
3
COPY ./*.sh ./
4
RUN shellcheck -e SC1091,SC1090 ./*.sh
0 commit comments