diff --git a/Dockerfile b/Dockerfile index 6e30b41..f90acc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN go mod download COPY . /app/ RUN make build/docker -FROM alpine:3.16.2 +FROM alpine:3.18.4 LABEL repository="https://github.com/aevea/release-notary" LABEL homepage="https://github.com/aevea/release-notary"