From c385b7552e19a668ba86412367e4b4041c43917e Mon Sep 17 00:00:00 2001 From: Risto Stevcev Date: Mon, 27 Jun 2016 04:56:14 +0200 Subject: Added Dockerfile --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3a70337..eada872 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ -FROM node:4 +FROM node:6 MAINTAINER Risto Stevcev -ENV PURESCRIPT_DOWNLOAD_SHA1 7ac8ded4bc3e2b5af378af4bed77598eb69bfde2 +ENV PURESCRIPT_DOWNLOAD_SHA1 9e8ff98e1e5d0dbf34df5124dc42d3b73e9dc257 -RUN npm install -g bower pulp@8.2.1 +RUN npm install -g bower pulp@9.0.1 RUN cd /opt \ - && wget https://github.com/purescript/purescript/releases/download/v0.8.5/linux64.tar.gz \ + && wget https://github.com/purescript/purescript/releases/download/v0.9.1/linux64.tar.gz \ && echo "$PURESCRIPT_DOWNLOAD_SHA1 linux64.tar.gz" | sha1sum -c - \ && tar -xvf linux64.tar.gz \ && rm /opt/linux64.tar.gz -- cgit v1.2.3