chore(deps): update node.js to v23.7.0

This commit is contained in:
Renovate Bot 2025-01-31 20:00:50 +00:00
parent 520d6bee7c
commit d77949f0dd
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
nodejs 23.6.1
nodejs 23.7.0

View File

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