Updated rainloop to 1.14.0.

This commit is contained in:
Stanislav Nikitin 2020-06-20 21:09:03 +05:00
parent c01876e1b2
commit a43ec2db9f
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE

View File

@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.12
# Install necessary things
RUN apk add --no-cache \
@ -25,7 +25,7 @@ RUN apk add --no-cache \
# Get rainloop.
RUN mkdir -p /var/www/rainloop && \
cd /var/www/rainloop && \
wget https://github.com/RainLoop/rainloop-webmail/releases/download/v1.13.0/rainloop-community-1.13.0.zip && \
wget https://github.com/RainLoop/rainloop-webmail/releases/download/v1.14.0/rainloop-community-1.14.0.zip && \
ls -la && \
unzip rainloop-community-*.zip && \
chown -R nginx:nginx /var/www/rainloop && \
@ -42,4 +42,4 @@ EXPOSE 80
VOLUME [ "/var/www/rainloop/data" ]
ENTRYPOINT ["/bin/s6-svscan", "/etc/s6"]
ENTRYPOINT ["/bin/s6-svscan", "/etc/s6"]