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 bdd9035 commit dc39547Copy full SHA for dc39547
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