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.js 6
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Jul 13, 2017
1 parent 7973ee9 commit fea150c
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:4.2
FROM node:6

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 fea150c

Please sign in to comment.