From e3a91a87da99140adf93edfa31d991019b828e15 Mon Sep 17 00:00:00 2001 From: Risto Stevcev Date: Wed, 14 Dec 2016 00:58:12 +0100 Subject: [PATCH 1/1] Added 0.10.2 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index eada872..97eeea5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,12 +2,12 @@ FROM node:6 MAINTAINER Risto Stevcev -ENV PURESCRIPT_DOWNLOAD_SHA1 9e8ff98e1e5d0dbf34df5124dc42d3b73e9dc257 +ENV PURESCRIPT_DOWNLOAD_SHA1 dd7baba13e9b8bdc5276346c614544a257ccd524 -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.2/linux64.tar.gz \ && echo "$PURESCRIPT_DOWNLOAD_SHA1 linux64.tar.gz" | sha1sum -c - \ && tar -xvf linux64.tar.gz \ && rm /opt/linux64.tar.gz -- 2.41.0