Skip to content

Commit b51638f

Browse files
authored
Merge pull request #166 from reviewdog/depup/shellcheck
chore(deps): update shellcheck to 0.11.0
2 parents 5205c91 + 999e364 commit b51638f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN pip3 install --upgrade pip && \
44
pip3 install pyflakes && \
55
rm -r /root/.cache
66

7-
ENV SHELLCHEK_VERSION=v0.10.0
7+
ENV SHELLCHEK_VERSION=v0.11.0
88
RUN set -x; \
99
arch="$(uname -m)"; \
1010
echo "arch is $arch"; \

0 commit comments

Comments
 (0)