We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0a6aeb + 5073fc9 commit 208b7c0Copy full SHA for 208b7c0
Dockerfile
@@ -4,7 +4,7 @@ RUN pip3 install --upgrade pip && \
4
pip3 install pyflakes && \
5
rm -r /root/.cache
6
7
-ENV SHELLCHEK_VERSION=v0.9.0
+ENV SHELLCHEK_VERSION=v0.10.0
8
RUN set -x; \
9
arch="$(uname -m)"; \
10
echo "arch is $arch"; \
@@ -23,7 +23,7 @@ RUN apk --update add git curl && \
23
rm /var/cache/apk/*
24
25
# install reviewdog
26
-ENV REVIEWDOG_VERSION=v0.17.1
+ENV REVIEWDOG_VERSION=v0.17.2
27
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
28
29
# install actionlint
0 commit comments