1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-04-13 11:40:41 +02:00

update RainLoop to 1.12.0

This commit is contained in:
Roman Hoellen 2018-05-01 18:55:42 +02:00
parent d4cc142f64
commit f353b2d9ae

View File

@ -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 \