diff --git a/Dockerfile b/Dockerfile index cb3e122..3fa1488 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN go mod download COPY . /app/ RUN make build/docker -FROM alpine:3.20.3 +FROM alpine:3.22.2 LABEL repository="https://github.com/aevea/commitsar" LABEL homepage="https://github.com/aevea/commitsar"