From 77e7bc65c72b959a7d8bf09b3610823a5695af42 Mon Sep 17 00:00:00 2001 From: Risto Stevcev Date: Sun, 2 Oct 2016 22:51:00 +0200 Subject: Added 0.9.3 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 4995994..bb2b281 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,12 +2,12 @@ FROM node:6 MAINTAINER Risto Stevcev -ENV PURESCRIPT_DOWNLOAD_SHA1 9e8ff98e1e5d0dbf34df5124dc42d3b73e9dc257 +ENV PURESCRIPT_DOWNLOAD_SHA1 9c0dbbf7f7ccc56ace7192bcab51452618c8e2ed 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 -- cgit v1.2.3