diff --git a/Dockerfile b/Dockerfile index d68101a..3171398 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["/bin/s6-svscan", "/etc/s6"]