Compare commits

...

2 Commits

Author SHA1 Message Date
bizcochito 5f22ef3e27 Merge pull request 'chore(deps): update node.js to v23.8.0' (#52) from renovate/node-23.x into main
Build image / build (push) Successful in 1m2s Details
Reviewed-on: #52
2025-02-14 21:21:23 +00:00
Renovate Bot a316f5a3fa chore(deps): update node.js to v23.8.0 2025-02-14 11:00:57 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
nodejs 23.7.0
nodejs 23.8.0

View File

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