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

update rainloop to 1.12.1

This commit is contained in:
hoellen 2018-07-31 00:07:11 +02:00
parent 75a1bf967c
commit 9e24064e35

View File

@ -3,7 +3,7 @@ FROM php:5-apache
RUN apt-get update && apt-get install -y \
unzip python3 python3-jinja2
ENV RAINLOOP_URL https://github.com/RainLoop/rainloop-webmail/releases/download/v1.12.0/rainloop-community-1.12.0.zip
ENV RAINLOOP_URL https://github.com/RainLoop/rainloop-webmail/releases/download/v1.12.1/rainloop-community-1.12.1.zip
RUN rm -rf /var/www/html/ \
&& mkdir /var/www/html \