From d547cc09ffda1ced1caa881f2cf4ad74a334803e Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovatebot@exemple.com> Date: Thu, 13 Feb 2025 03:21:20 +0000 Subject: [PATCH] chore(deps): update node.js to v23 --- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8d03cf7..6c10c9fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ sonarqube: build: stage: build - image: node:20-alpine + image: node:23-alpine needs: [] before_script: - apk add git diff --git a/Dockerfile b/Dockerfile index 4286d689..e105f4a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 0, "build-stage", based on Node.js, to build and compile the frontend -FROM node:20-alpine AS build-stage +FROM node:23-alpine AS build-stage WORKDIR /app COPY package.json /app/ -- GitLab