Update webmails

This commit is contained in:
kaiyou
2017-11-05 14:18:06 +01:00
parent 51f21a43fb
commit f943dc85a2
2 changed files with 2 additions and 2 deletions

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.1/rainloop-community-1.11.1.zip
ENV RAINLOOP_URL https://github.com/RainLoop/rainloop-webmail/releases/download/v1.11.3/rainloop-community-1.11.3.zip
RUN rm -rf /var/www/html/ \
&& mkdir /var/www/html \