diff --git a/Dockerfile b/Dockerfile index c0f8417..6e53a91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:labs -FROM --platform="$BUILDPLATFORM" alpine:3.19.1 as build +FROM --platform="$BUILDPLATFORM" alpine:3.20.0 as build SHELL ["/bin/ash", "-eo", "pipefail", "-c"] ARG NODE_ENV=production \ W2D_VERSION=v0.10.26 \ @@ -18,7 +18,7 @@ RUN apk upgrade --no-cache -a && \ clean-modules --yes && \ yarn cache clean --all -FROM alpine:3.19.1 +FROM alpine:3.20.0 RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates tzdata tini nodejs-current COPY --from=build /app /app