From fad6f7fe74754da030231a50964c1435d86fce98 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 04:44:17 +0000 Subject: [PATCH] chore(deps): update node.js to v22 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.cypress | 2 +- Dockerfile.front | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.cypress b/Dockerfile.cypress index c4a30c727..95250240a 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:22-alpine as web-builder USER node diff --git a/Dockerfile.front b/Dockerfile.front index eb24e6ec6..8a9e19f70 100644 --- a/Dockerfile.front +++ b/Dockerfile.front @@ -1,4 +1,4 @@ -FROM docker.io/library/node:18-alpine as web-builder +FROM docker.io/library/node:22-alpine as web-builder USER node