Skip to content

Commit

Permalink
bump shellcheck to v0.10.0
Browse files Browse the repository at this point in the history
Shellcheck had its first release since 2022, so bump it.

Signed-off-by: Tuomo Tanskanen <[email protected]>
  • Loading branch information
tuminoid committed Mar 8, 2024
1 parent 6664e02 commit d26627f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ else
--volume "${PWD}:/workdir:ro,z" \
--entrypoint sh \
--workdir /workdir \
docker.io/koalaman/shellcheck-alpine:v0.9.0@sha256:e19ed93c22423970d56568e171b4512c9244fc75dd9114045016b4a0073ac4b7 \
docker.io/koalaman/shellcheck-alpine:v0.10.0@sha256:5921d946dac740cbeec2fb1c898747b6105e585130cc7f0602eec9a10f7ddb63 \
/workdir/hack/shellcheck.sh "$@"
fi

0 comments on commit d26627f

Please sign in to comment.