Skip to content
Snippets Groups Projects
Commit e813476c authored by Jonas Leder's avatar Jonas Leder
Browse files

Merge branch 'renovate/node-22.x' into 'master'

Update Node.js to v22.15.0

See merge request !1154
parents 71e4b938 a667595f
Branches
No related tags found
1 merge request!1154Update Node.js to v22.15.0
Pipeline #61512 failed
FROM --platform=$BUILDPLATFORM node:22.14.0 AS buildjs FROM --platform=$BUILDPLATFORM node:22.15.0 AS buildjs
WORKDIR /app WORKDIR /app
COPY . ./ COPY . ./
RUN npm install --frozen-lockfile && \ RUN npm install --frozen-lockfile && \
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment