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.
2 parents 92a8aa3 + 3be1c4b commit 4985043Copy full SHA for 4985043
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ RUN yarn
5
COPY . .
6
RUN yarn verify-format
7
8
-FROM koalaman/shellcheck-alpine as verify-sh
+FROM koalaman/shellcheck-alpine:v0.8.0 as verify-sh
9
WORKDIR /src
10
COPY ./*.sh ./
11
RUN shellcheck -e SC1091,SC1090 ./*.sh
0 commit comments