From 9462910fc80dfc26272f7df9ac4a7b06c9db3b4c Mon Sep 17 00:00:00 2001 From: Risto Stevcev Date: Sun, 2 Oct 2016 22:47:03 +0200 Subject: Added 0.10.0-rc.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ca6b2fe..a22b353 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,12 +2,12 @@ FROM node:6 MAINTAINER Risto Stevcev -ENV PURESCRIPT_DOWNLOAD_SHA1 9e8ff98e1e5d0dbf34df5124dc42d3b73e9dc257 +ENV PURESCRIPT_DOWNLOAD_SHA1 6fc98db5f7d58c4d2d7d80a73cefcad8c0189358 RUN npm install -g bower pulp@9.0.1 RUN cd /opt \ - && wget https://github.com/purescript/purescript/releases/download/v0.9.3/linux64.tar.gz \ + && wget https://github.com/purescript/purescript/releases/download/v0.10.0-rc.1/linux64.tar.gz \ && echo "$PURESCRIPT_DOWNLOAD_SHA1 linux64.tar.gz" | sha1sum -c - \ && tar -xvf linux64.tar.gz \ && rm /opt/linux64.tar.gz -- cgit v1.2.3