Merge pull request #469 from hoellen/master

update RainLoop to 1.12.0
master
kaiyou 6 years ago committed by GitHub
commit efec26d0af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save