From dc4cc9303474c49fda8e092fc028d0289702c8d6 Mon Sep 17 00:00:00 2001 From: Risto Stevcev Date: Sun, 28 May 2017 17:38:33 +0200 Subject: Added 0.11.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 695e32d..d0a0070 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,12 +2,12 @@ FROM node:4 MAINTAINER Risto Stevcev -ENV PURESCRIPT_DOWNLOAD_SHA1 8592599a36ffa5ac281edb3a549b6bd0e9dea4a0 +ENV PURESCRIPT_DOWNLOAD_SHA1 4b596ac06549ed55e454842e07c4dfd2f6d234ed RUN npm install -g bower pulp RUN cd /opt \ - && wget https://github.com/purescript/purescript/releases/download/v0.11.0/linux64.tar.gz \ + && wget https://github.com/purescript/purescript/releases/download/v0.11.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