We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94c79ab + 075f3be commit 5ea5e53Copy full SHA for 5ea5e53
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ RUN yarn
5
COPY . .
6
RUN yarn verify-format && yarn verify-spell
7
8
-FROM koalaman/shellcheck-alpine:v0.9.0 as verify-sh
+FROM koalaman/shellcheck-alpine:v0.10.0 as verify-sh
9
WORKDIR /code
10
COPY ./*.sh ./
11
RUN shellcheck -e SC1091,SC1090 ./*.sh
0 commit comments