From: Risto Stevcev Date: Sun, 26 Mar 2017 02:32:37 +0000 (+0200) Subject: Added 0.11.0 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=acf0b7a39963a19feb536671c101bbd03d7e6ce9;p=github%2Ffretlink%2Fpurescript-docker.git Added 0.11.0 --- diff --git a/Dockerfile b/Dockerfile index 30ae148..695e32d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,12 +2,12 @@ FROM node:4 MAINTAINER Risto Stevcev -ENV PURESCRIPT_DOWNLOAD_SHA1 2129ffc30e7d0de11228ba2820faa18b162886ac +ENV PURESCRIPT_DOWNLOAD_SHA1 8592599a36ffa5ac281edb3a549b6bd0e9dea4a0 RUN npm install -g bower pulp RUN cd /opt \ - && wget https://github.com/purescript/purescript/releases/download/v0.11.0-rc.1/linux64.tar.gz \ + && wget https://github.com/purescript/purescript/releases/download/v0.11.0/linux64.tar.gz \ && echo "$PURESCRIPT_DOWNLOAD_SHA1 linux64.tar.gz" | sha1sum -c - \ && tar -xvf linux64.tar.gz \ && rm /opt/linux64.tar.gz