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
1 merge request!169chore(deps): update node.js to v23 - autoclosed
Pipeline #120618 passed
......@@ -42,7 +42,7 @@ sonarqube:
build:
stage: build
image: node:20-alpine
image: node:23-alpine
needs: []
before_script:
- apk add git
......
# 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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment