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 ad831b1 commit bc25cb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 \
/workdir/hack/shellcheck.sh "${@}"
fi;
docker.io/koalaman/shellcheck-alpine:v0.10.0@sha256:5921d946dac740cbeec2fb1c898747b6105e585130cc7f0602eec9a10f7ddb63 \
/workdir/hack/shellcheck.sh "$@"
fi

0 comments on commit bc25cb0

Please sign in to comment.