Skip to content

Commit

Permalink
Updated Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
moonstar-x committed Jan 18, 2022
1 parent b4ba18d commit 5704812
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,4 +1,4 @@
FROM node:12.20.0-alpine3.12
FROM node:16.6.1-alpine3.14

ARG DATE_CREATED
ARG VERSION
Expand All @@ -21,4 +21,4 @@ RUN npm ci --only=prod

COPY . .

CMD ["npm", "start"]
CMD ["npm", "start"]

0 comments on commit 5704812

Please sign in to comment.