Skip to content

Commit

Permalink
Merge pull request #119 from reviewdog/depup/shellcheck
Browse files Browse the repository at this point in the history
chore(deps): update shellcheck to 0.10.0
  • Loading branch information
shogo82148 authored Mar 11, 2024
2 parents ee01b40 + 0bd7538 commit 10f9b5f
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 @@ -4,7 +4,7 @@ RUN pip3 install --upgrade pip && \
pip3 install pyflakes && \
rm -r /root/.cache

ENV SHELLCHEK_VERSION=v0.9.0
ENV SHELLCHEK_VERSION=v0.10.0
RUN set -x; \
arch="$(uname -m)"; \
echo "arch is $arch"; \
Expand Down

0 comments on commit 10f9b5f

Please sign in to comment.