Skip to content

Commit

Permalink
Merge pull request #68 from FromDoppler/renovate/koalaman-shellcheck-…
Browse files Browse the repository at this point in the history
…alpine-0.x

chore(deps): update koalaman/shellcheck-alpine docker tag to v0.10.0
  • Loading branch information
fgchaio authored Mar 14, 2024
2 parents b6cc8f7 + 32e6357 commit 0aaf95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN yarn
COPY . .
RUN yarn verify-format

FROM koalaman/shellcheck-alpine:v0.9.0 as verify-sh
FROM koalaman/shellcheck-alpine:v0.10.0 as verify-sh
WORKDIR /src
COPY ./*.sh ./
RUN shellcheck -e SC1091,SC1090 ./*.sh
Expand Down

0 comments on commit 0aaf95e

Please sign in to comment.