diff --git a/Dockerfile b/Dockerfile index e3c02ac..2aa199f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN go install -FROM alpine:3.13.0 +FROM alpine:3.13.5 LABEL repository="https://github.com/morphy2k/revive-action" LABEL homepage="https://github.com/morphy2k/revive-action"