From ee206034bb10031e053ece4af8038e4630a778f3 Mon Sep 17 00:00:00 2001 From: "James Z.M. Gao" Date: Tue, 8 Jan 2019 10:03:19 +0800 Subject: update davmail to 5.1.0 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index dd928a8..b5e4b9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM jeanblanchard/java:8 -MAINTAINER James Z.M. Gao +LABEL maintainer="James Z.M. Gao " # Download -ADD http://downloads.sourceforge.net/project/davmail/davmail/5.0.0/davmail-5.0.0-2801.zip /opt/ +ADD http://downloads.sourceforge.net/project/davmail/davmail/5.1.0/davmail-5.1.0-2891.zip /opt/ COPY content / # untar file, add a non-root system user @@ -11,7 +11,7 @@ RUN set -ex \ && apk --update --no-progress upgrade \ && cd /opt \ && mkdir -p davmail \ - && unzip davmail-5.0.0-2801.zip -d davmail \ + && unzip davmail-5.1.0-2891.zip -d davmail \ && rm -rf /var/cache/apk/* /tmp/* /opt/davmail-* \ && adduser -S -u 500 -h /var/lib/davmail davmail \ && chmod 0644 /etc/davmail/* -- cgit v1.2.1