]> git.immae.eu Git - github/fretlink/purescript-docker.git/commitdiff
Added 0.11.2 0.11.2
authorRisto Stevcev <risto1@gmail.com>
Sun, 28 May 2017 15:41:48 +0000 (17:41 +0200)
committerRisto Stevcev <risto1@gmail.com>
Sun, 28 May 2017 15:41:48 +0000 (17:41 +0200)
Dockerfile

index d0a0070bcd0d325db7541ef4149c1042af7a331e..180eb877a5481585c4e125148720cf7f78caf853 100644 (file)
@@ -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