diff --git a/Dockerfile b/Dockerfile index f6ba13e..433158e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ FROM build AS test RUN go test -timeout 300s -failfast -cover ./... -FROM alpine:3.23 AS base +FROM alpine:3.24 AS base WORKDIR /app VOLUME /app/config