Merge pull request 'chore(deps): update node.js to v23.6.0' (#38) from renovate/node-23.x into main

Reviewed-on: #38
This commit is contained in:
bizcochito 2025-01-10 13:23:08 +00:00
commit 9064d51ba1
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
nodejs 23.5.0
nodejs 23.6.0

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:23.5.0-alpine AS install
FROM --platform=$BUILDPLATFORM node:23.6.0-alpine AS install
RUN mkdir -p /temp/prod
COPY package*.json /temp/prod/
RUN cd /temp/prod && npm install --frozen-lockfile