diff --git a/Dockerfile b/Dockerfile index 7fc65d7..5f792a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN apk upgrade --no-cache -a && \ fi && \ yarn cache clean --all && \ clean-modules --yes -FROM alpine:3.21.0 AS strip +FROM alpine:3.21.1 AS strip COPY --from=build /app /app RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates binutils file && \