]> git.immae.eu Git - github/fretlink/purescript-docker.git/commitdiff
Added 0.9.3
authorRisto Stevcev <risto1@gmail.com>
Sun, 2 Oct 2016 20:04:42 +0000 (22:04 +0200)
committerRisto Stevcev <risto1@gmail.com>
Sun, 2 Oct 2016 20:04:42 +0000 (22:04 +0200)
Dockerfile

index 499599417a31b5a262175fe4e9e307e6f8180b40..ca6b2fef4b13742f20d89b9eb1a0fceb2e3ae80c 100644 (file)
@@ -7,7 +7,7 @@ ENV PURESCRIPT_DOWNLOAD_SHA1 9e8ff98e1e5d0dbf34df5124dc42d3b73e9dc257
 RUN npm install -g bower pulp@9.0.1
 
 RUN cd /opt \
-    && wget https://github.com/purescript/purescript/releases/download/v0.9.2/linux64.tar.gz \
+    && wget https://github.com/purescript/purescript/releases/download/v0.9.3/linux64.tar.gz \
     && echo "$PURESCRIPT_DOWNLOAD_SHA1 linux64.tar.gz" | sha1sum -c - \
     && tar -xvf linux64.tar.gz \
     && rm /opt/linux64.tar.gz