This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 42eaf62ddc149e4da325ea8d157ac650140b1197 Author: Benoit Tellier <[email protected]> AuthorDate: Sat Apr 4 17:19:57 2020 +0200 [Release] Upgrade Spring dockerfile version to 3.6.0-SNAPSHOT --- dockerfiles/run/spring/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/run/spring/Dockerfile b/dockerfiles/run/spring/Dockerfile index db224ac..dbf564c 100644 --- a/dockerfiles/run/spring/Dockerfile +++ b/dockerfiles/run/spring/Dockerfile @@ -17,7 +17,7 @@ EXPOSE 25 110 143 465 587 993 4000 WORKDIR /root -ARG VERSION=3.5.0-SNAPSHOT +ARG VERSION=3.6.0-SNAPSHOT # Get data we need to run James : build results and configuration ADD "destination/james-server-app-$VERSION-app.zip" "/root/james-server-app-$VERSION-app.zip" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
