diff --git a/Dockerfile b/Dockerfile index ea12526..b6104a2 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.18 +FROM alpine:3.21 RUN mkdir /app && cd /app WORKDIR /app COPY --from=backend-builder /app/nuts-registry-admin-demo .