Skip to content

Commit 208b7c0

Browse files
committed
Merge branch 'main' into releases/v1
2 parents b0a6aeb + 5073fc9 commit 208b7c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
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.9.0
7+
ENV SHELLCHEK_VERSION=v0.10.0
88
RUN set -x; \
99
arch="$(uname -m)"; \
1010
echo "arch is $arch"; \
@@ -23,7 +23,7 @@ RUN apk --update add git curl && \
2323
rm /var/cache/apk/*
2424

2525
# install reviewdog
26-
ENV REVIEWDOG_VERSION=v0.17.1
26+
ENV REVIEWDOG_VERSION=v0.17.2
2727
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
2828

2929
# install actionlint

0 commit comments

Comments
 (0)