Skip to content

Commit

Permalink
chore(deps): update shellcheck to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 authored and github-actions[bot] committed Mar 8, 2024
1 parent ee01b40 commit 0bd7538
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 0bd7538

Please sign in to comment.