Skip to content

Commit

Permalink
Merge branch 'main' into releases/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Mar 11, 2024
2 parents b0a6aeb + 5073fc9 commit 208b7c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -23,7 +23,7 @@ RUN apk --update add git curl && \
rm /var/cache/apk/*

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

# install actionlint
Expand Down

0 comments on commit 208b7c0

Please sign in to comment.