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 3d35f81 commit 9954cecCopy full SHA for 9954cec
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