Skip to content
Snippets Groups Projects
Commit d547cc09 authored by Renovate Bot's avatar Renovate Bot
Browse files

chore(deps): update node.js to v23

parent c9d61b0b
No related branches found
No related tags found
Loading
Pipeline #120618 passed
...@@ -42,7 +42,7 @@ sonarqube: ...@@ -42,7 +42,7 @@ sonarqube:
build: build:
stage: build stage: build
image: node:20-alpine image: node:23-alpine
needs: [] needs: []
before_script: before_script:
- apk add git - apk add git
......
# Stage 0, "build-stage", based on Node.js, to build and compile the frontend # 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 WORKDIR /app
COPY package.json /app/ COPY package.json /app/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment