diff --git a/Dockerfile b/Dockerfile index bc40112..1da92fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,9 @@ 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 +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/