Skip to content

Commit

Permalink
fix(docker): use node:6-slim base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Jun 8, 2016
1 parent a62dde5 commit 4572f73
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:argon-slim
FROM node:6-slim:

# Add our user and group first to make sure their IDs get assigned consistently
RUN groupadd -r app && useradd -r -g app app
Expand Down

0 comments on commit 4572f73

Please sign in to comment.