Compare commits
No commits in common. "renovate/node-23.x" and "main" have entirely different histories.
renovate/n
...
main
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue