chore(deps): update node docker tag to v23.5

This commit is contained in:
Renovate Bot 2024-12-20 17:03:39 +00:00
parent 6dab85e168
commit 693542c7a6
1 changed files with 1 additions and 1 deletions

View File

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