]> git.immae.eu Git - github/fretlink/purescript-docker.git/commitdiff
Added 0.12.0 0.12.0 master 0.12.0
authorRisto Stevcev <risto1@gmail.com>
Tue, 11 Sep 2018 11:02:48 +0000 (13:02 +0200)
committerRisto Stevcev <risto1@gmail.com>
Tue, 11 Sep 2018 11:02:48 +0000 (13:02 +0200)
Dockerfile

index bf4c674256ea32440abd774c888046db6b9b231a..affa943a1f2c23c3fc3d98c8f1da040412cb9c21 100644 (file)
@@ -1,12 +1,12 @@
 FROM node:9
 
 MAINTAINER Risto Stevcev
-ENV PURESCRIPT_DOWNLOAD_SHA1 f01eb69aa71f5f97c6980f8c68d107480c68ee64
+ENV PURESCRIPT_DOWNLOAD_SHA1 08d4839f2800a6fdb398ec45b7182eada112ea89
 
-RUN yarn global add bower pulp@11.0.0
+RUN yarn global add bower pulp@12.3.0
 
 RUN cd /opt \
-    && wget https://github.com/purescript/purescript/releases/download/v0.11.7/linux64.tar.gz \
+    && wget https://github.com/purescript/purescript/releases/download/v0.12.0/linux64.tar.gz \
     && echo "$PURESCRIPT_DOWNLOAD_SHA1 linux64.tar.gz" | sha1sum -c - \
     && tar -xvf linux64.tar.gz \
     && rm /opt/linux64.tar.gz