Compare commits
No commits in common. "5f22ef3e276d713696e55d131c5d9319183f8965" and "40c51ce4c713db0c4965c04e06a59e48dcb4e2d2" have entirely different histories.
5f22ef3e27
...
40c51ce4c7
|
@ -1 +1 @@
|
||||||
nodejs 23.8.0
|
nodejs 23.7.0
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM --platform=$BUILDPLATFORM node:23.8.0-alpine AS install
|
FROM --platform=$BUILDPLATFORM node:23.7.0-alpine AS install
|
||||||
RUN mkdir -p /temp/prod
|
RUN mkdir -p /temp/prod
|
||||||
COPY package*.json /temp/prod/
|
COPY package*.json /temp/prod/
|
||||||
RUN cd /temp/prod && npm install --frozen-lockfile
|
RUN cd /temp/prod && npm install --frozen-lockfile
|
||||||
|
|
Loading…
Reference in New Issue