Skip to content

Commit

Permalink
Merge pull request meanjs#1058 from meanjs/bug/dockerNodeVersion
Browse files Browse the repository at this point in the history
bug(docker): Change Node Version
  • Loading branch information
codydaig committed Nov 17, 2015
2 parents e52d9c4 + 710c70d commit 893aff5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FROM node:0.10

MAINTAINER Matthias Luebken, matthias@catalyst-zero.com
FROM node:0.12

# Install gem sass for grunt-contrib-sass
RUN apt-get update -qq && apt-get install -y build-essential
Expand Down

0 comments on commit 893aff5

Please sign in to comment.