diff --git a/Dockerfile b/Dockerfile index 3489877..7559b32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM alpine:3.18 +FROM alpine:3 ENV REVIEWDOG_VERSION=v0.15.0 SHELL ["/bin/ash", "-eo", "pipefail", "-c"] -RUN apk --no-cache add git=2.40.1-r0 the_silver_searcher=2.2.0-r1 +RUN apk --no-cache add git the_silver_searcher RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}