diff --git a/Dockerfile b/Dockerfile index cc2c64a..39954f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags="-w -s" -o # # Runtime # -FROM alpine:3.20 +FROM alpine:3.21 RUN mkdir /app && cd /app WORKDIR /app COPY --from=backend-builder /app/nuts-admin .