diff --git a/front/Dockerfile b/front/Dockerfile index c429e52a3..df4f722fe 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM node:18-alpine AS builder +FROM --platform=$BUILDPLATFORM node:22-alpine AS builder RUN apk add --no-cache jq bash coreutils python3 build-base