Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
chore(docker): Update to node v6.11.5 for security fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuck committed Oct 26, 2017
1 parent 01f74d3 commit 290e678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:6.11.1-alpine
FROM node:6.11.5-alpine

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

0 comments on commit 290e678

Please sign in to comment.