diff --git a/Dockerfile b/Dockerfile index 3171398..b5e1008 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.14.0/rainloop-community-1.14.0.zip && \ + wget https://github.com/RainLoop/rainloop-webmail/releases/download/v1.16.0/rainloop-community-1.16.0.zip && \ ls -la && \ unzip rainloop-community-*.zip && \ chown -R nginx:nginx /var/www/rainloop && \