diff --git a/Dockerfile b/Dockerfile index bc40112..ed804c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,10 +5,10 @@ ENV TYPOS_VERSION=v1.20.9 SHELL ["/bin/ash", "-eo", "pipefail", "-c"] -# hadolint ignore=DL3006 -RUN apk --no-cache add git=2.43.0-r0 +# hadolint ignore=DL3018 +RUN apk --no-cache add git -RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} +RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} # Install typos RUN wget -O- -q https://github.com/crate-ci/typos/releases/download/${TYPOS_VERSION}/typos-${TYPOS_VERSION}-x86_64-unknown-linux-musl.tar.gz | tar -zx -C /usr/local/bin/