From 50acf3280a04cbd3105bf9555900473c72786016 Mon Sep 17 00:00:00 2001 From: Risto Stevcev Date: Wed, 14 Dec 2016 01:05:00 +0100 Subject: Added 0.10.3 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index eada872..ae2029b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,12 +2,12 @@ FROM node:6 MAINTAINER Risto Stevcev -ENV PURESCRIPT_DOWNLOAD_SHA1 9e8ff98e1e5d0dbf34df5124dc42d3b73e9dc257 +ENV PURESCRIPT_DOWNLOAD_SHA1 265196eb82e564e9a1942cfdfe5d0c596af6962e -RUN npm install -g bower pulp@9.0.1 +RUN npm install -g bower pulp@10.0.0 RUN cd /opt \ - && wget https://github.com/purescript/purescript/releases/download/v0.9.1/linux64.tar.gz \ + && wget https://github.com/purescript/purescript/releases/download/v0.10.3/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