fix: try older focal-20230126
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
bcabac3a51
commit
36f4b495cd
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:focal-20230801 AS builder
|
FROM ubuntu:focal-20230126 AS builder
|
||||||
|
|
||||||
ENV NODE_ENV="production"
|
ENV NODE_ENV="production"
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ COPY package-lock.json /usr/src/app
|
||||||
RUN npm install --omit=dev; \
|
RUN npm install --omit=dev; \
|
||||||
chown -R root:root /usr/src/app;
|
chown -R root:root /usr/src/app;
|
||||||
|
|
||||||
FROM ubuntu:focal-20230801 AS final
|
FROM ubuntu:focal-20230126 AS final
|
||||||
|
|
||||||
ENV \
|
ENV \
|
||||||
NODE_ENV="production" \
|
NODE_ENV="production" \
|
||||||
|
|
Loading…
Reference in a new issue