Skip to content

Commit

Permalink
updated image to node:12-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
airarrazaval committed Jun 7, 2020
1 parent 32a9597 commit 31e7419
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:8-alpine
FROM node:12-alpine
MAINTAINER Form.io <[email protected]>

COPY ./ /src
Expand All @@ -15,4 +15,4 @@ RUN npm cache clean --force && \
apk del .build-deps

EXPOSE 80
ENTRYPOINT ["node", "index"]
ENTRYPOINT ["node", "index"]

0 comments on commit 31e7419

Please sign in to comment.