From: Risto Stevcev Date: Sun, 28 May 2017 15:41:48 +0000 (+0200) Subject: Added 0.11.2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=refs%2Fheads%2F0.11.2;p=github%2Ffretlink%2Fpurescript-docker.git Added 0.11.2 --- diff --git a/Dockerfile b/Dockerfile index d0a0070..180eb87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,12 +2,12 @@ FROM node:4 MAINTAINER Risto Stevcev -ENV PURESCRIPT_DOWNLOAD_SHA1 4b596ac06549ed55e454842e07c4dfd2f6d234ed +ENV PURESCRIPT_DOWNLOAD_SHA1 d37b8ad0ee336dbced49147994aac64accbcb4a4 RUN npm install -g bower pulp RUN cd /opt \ - && wget https://github.com/purescript/purescript/releases/download/v0.11.1/linux64.tar.gz \ + && wget https://github.com/purescript/purescript/releases/download/v0.11.2/linux64.tar.gz \ && echo "$PURESCRIPT_DOWNLOAD_SHA1 linux64.tar.gz" | sha1sum -c - \ && tar -xvf linux64.tar.gz \ && rm /opt/linux64.tar.gz