Skip to content

Commit

Permalink
Merge pull request #71 from Turistforeningen/node-4-argon
Browse files Browse the repository at this point in the history
Use Node.js v4 for dev and test environments
  • Loading branch information
anthonyringoet committed Dec 23, 2015
2 parents f4db81f + f66eb6e commit 334755a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dev:
image: starefossen/iojs-imagemagick:latest
image: starefossen/node-imagemagick:4-6
working_dir: /usr/src/app
volumes:
- ".:/usr/src/app"
Expand Down
2 changes: 1 addition & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
box: starefossen/iojs-imagemagick:1.0-6.8
box: starefossen/node-imagemagick:4-6

build:
steps:
Expand Down

0 comments on commit 334755a

Please sign in to comment.