From d5a440fc0abe2ee9aca7790661dfb18d076c7803 Mon Sep 17 00:00:00 2001 From: Petitminion Date: Thu, 15 May 2025 13:24:08 +0200 Subject: [PATCH] node22 dockerfile --- front/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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