Skip to content

Commit

Permalink
Update Dockerfile to node 10 alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Dec 2, 2019
1 parent 39de9a0 commit c3a5b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8.11.2-alpine
FROM node:10.16.3-alpine

RUN addgroup -g 10001 app && \
adduser -D -G app -h /app -u 10001 app
Expand Down

0 comments on commit c3a5b2a

Please sign in to comment.