Skip to content

Commit

Permalink
Update base image to Node since Yarn is now included by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Dequeker authored May 5, 2017
1 parent e9c6883 commit f62db4e
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 kkarczmarczyk/node-yarn:6.9
FROM node:6.10.2

# chrome
RUN \
Expand Down

0 comments on commit f62db4e

Please sign in to comment.