diff --git a/Dockerfile b/Dockerfile index bc40112..e26dffa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ 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=2.43.4-r0 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}