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

index 695e32d2ff4982136e4214f8e5c52e2192265f3d..d0a0070bcd0d325db7541ef4149c1042af7a331e 100644 (file)
@@ -2,12 +2,12 @@ FROM node:4
 
 MAINTAINER Risto Stevcev
 
-ENV PURESCRIPT_DOWNLOAD_SHA1 8592599a36ffa5ac281edb3a549b6bd0e9dea4a0
+ENV PURESCRIPT_DOWNLOAD_SHA1 4b596ac06549ed55e454842e07c4dfd2f6d234ed
 
 RUN npm install -g bower pulp
 
 RUN cd /opt \
-    && wget https://github.com/purescript/purescript/releases/download/v0.11.0/linux64.tar.gz \
+    && wget https://github.com/purescript/purescript/releases/download/v0.11.1/linux64.tar.gz \
     && echo "$PURESCRIPT_DOWNLOAD_SHA1 linux64.tar.gz" | sha1sum -c - \
     && tar -xvf linux64.tar.gz \
     && rm /opt/linux64.tar.gz