Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
docker: use node 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Sep 22, 2015
1 parent 5e50df4 commit 3cb7f4e
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:0.12
FROM node:4.1

RUN npm install -g bower grunt-cli
RUN apt-get -qq update && apt-get install -qq gifsicle libjpeg-progs optipng
Expand Down

0 comments on commit 3cb7f4e

Please sign in to comment.