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

Commit

Permalink
feat(node): upgrade to Node 6 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar authored and vladikoff committed Jul 4, 2017
1 parent eaf5c74 commit 7b20330
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:4.8.2-alpine
FROM node:6.11.0-alpine

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

0 comments on commit 7b20330

Please sign in to comment.