Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit c768d74

Browse files
committed
ci: fix production Dockerfile
1 parent 398b901 commit c768d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cms/Dockerfile.prod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine as build
1+
FROM node:18.18-alpine3.17 as build
22
RUN apk update && apk add --no-cache build-base gcc autoconf automake zlib-dev libpng-dev vips-dev git > /dev/null 2>&1
33
ARG NODE_ENV=production
44
ENV NODE_ENV=${NODE_ENV}
@@ -12,7 +12,7 @@ WORKDIR /opt/app
1212
COPY . .
1313
RUN npm run build
1414

15-
FROM node:18-alpine
15+
FROM node:18.18-alpine3.17
1616
RUN apk add --no-cache vips-dev
1717
ARG NODE_ENV=production
1818
ENV NODE_ENV=${NODE_ENV}

0 commit comments

Comments
 (0)