From: Risto Stevcev Date: Sun, 2 Oct 2016 20:04:42 +0000 (+0200) Subject: Added 0.9.3 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=a7b4860a384ae46e86b3e7ff9c48b451bb793a1c;p=github%2Ffretlink%2Fpurescript-docker.git Added 0.9.3 --- diff --git a/Dockerfile b/Dockerfile index 4995994..ca6b2fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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