Compare commits

..

No commits in common. "renovate/node-23.x" and "main" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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