Skip to content

Commit

Permalink
Merge pull request #423 from skooner-k8s/master
Browse files Browse the repository at this point in the history
update image
  • Loading branch information
yuqiuw committed Sep 13, 2023
2 parents 257babc + c0a61a6 commit a6e6a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1 - the build react app
FROM node:16.11.7 as build-deps
FROM node:16.20.2-alpine as build-deps
WORKDIR /usr/src/app
COPY client/package.json client/package-lock.json ./
RUN npm i
Expand All @@ -8,7 +8,7 @@ COPY client/ ./
RUN npm run build

# Stage 2 - the production environment
FROM node:16.11.7
FROM node:16.20.2-alpine

RUN apk add --no-cache tini
ENV NODE_ENV production
Expand Down

0 comments on commit a6e6a15

Please sign in to comment.