From f353b2d9aef3631f421fed2b22536d0752213bd4 Mon Sep 17 00:00:00 2001 From: Roman Hoellen Date: Tue, 1 May 2018 18:55:42 +0200 Subject: [PATCH] update RainLoop to 1.12.0 --- webmails/rainloop/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmails/rainloop/Dockerfile b/webmails/rainloop/Dockerfile index 6d79471e..625f1b3f 100644 --- a/webmails/rainloop/Dockerfile +++ b/webmails/rainloop/Dockerfile @@ -3,7 +3,7 @@ FROM php:5-apache RUN apt-get update && apt-get install -y \ unzip -ENV RAINLOOP_URL https://github.com/RainLoop/rainloop-webmail/releases/download/v1.11.3/rainloop-community-1.11.3.zip +ENV RAINLOOP_URL https://github.com/RainLoop/rainloop-webmail/releases/download/v1.12.0/rainloop-community-1.12.0.zip RUN rm -rf /var/www/html/ \ && mkdir /var/www/html \