From a8fb0ff880d819889a3fa351ad12e9b63037300c Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 20:13:33 +0000 Subject: [PATCH] Update Node.js to v23 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.cypress | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8c8bb5168..7b47f22a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # We do not use --platform feature to auto fill this ARG because of incompatibility between podman and docker ARG TARGETARCH -FROM docker.io/library/node:18-alpine as web-builder +FROM docker.io/library/node:23-alpine as web-builder USER node diff --git a/Dockerfile.cypress b/Dockerfile.cypress index c9104ba26..a2b01d07a 100644 --- a/Dockerfile.cypress +++ b/Dockerfile.cypress @@ -1,6 +1,6 @@ ARG BUILDSCRIPT= ARG LDFLAGS= -FROM docker.io/library/node:18-alpine as web-builder +FROM docker.io/library/node:23-alpine as web-builder USER node