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

Update Node.js to v22.16.0

parent caafe790
No related branches found
No related tags found
Loading
Pipeline #64470 passed
FROM --platform=$BUILDPLATFORM node:22.15.1 AS buildjs
FROM --platform=$BUILDPLATFORM node:22.16.0 AS buildjs
WORKDIR /app
COPY . ./
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