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 1cc3780cd10181fbee228f6a671590be4ea79b22 Author: Benoit Tellier <[email protected]> AuthorDate: Thu Dec 2 15:24:44 2021 +0700 [RELEASE] 3.6.0 -> 3.6.1 in the server/apps docker-composes --- server/apps/cassandra-app/docker-compose.yml | 2 +- server/apps/distributed-app/docker-compose.yml | 2 +- server/apps/distributed-pop3-app/docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/apps/cassandra-app/docker-compose.yml b/server/apps/cassandra-app/docker-compose.yml index 153fa1c..618cc41 100644 --- a/server/apps/cassandra-app/docker-compose.yml +++ b/server/apps/cassandra-app/docker-compose.yml @@ -8,7 +8,7 @@ services: - cassandra - tika entrypoint: bash -c "java -Dworking.directory=/root/ -Dlogback.configurationFile=/root/conf/logback.xml -jar james-server.jar" - image: apache/james:cassandra-3.6.0 + image: apache/james:cassandra-3.6.1 container_name: james hostname: james.local ports: diff --git a/server/apps/distributed-app/docker-compose.yml b/server/apps/distributed-app/docker-compose.yml index fda05e2..2af67ad 100644 --- a/server/apps/distributed-app/docker-compose.yml +++ b/server/apps/distributed-app/docker-compose.yml @@ -10,7 +10,7 @@ services: - rabbitmq - s3 entrypoint: bash -c "java -Dworking.directory=/root/ -Dlogback.configurationFile=/root/conf/logback.xml -jar james-server.jar" - image: apache/james:distributed-3.6.0 + image: apache/james:distributed-3.6.1 container_name: james hostname: james.local ports: diff --git a/server/apps/distributed-pop3-app/docker-compose.yml b/server/apps/distributed-pop3-app/docker-compose.yml index 5f54a56..aeb5045 100644 --- a/server/apps/distributed-pop3-app/docker-compose.yml +++ b/server/apps/distributed-pop3-app/docker-compose.yml @@ -10,7 +10,7 @@ services: - rabbitmq - s3 entrypoint: bash -c "java -Dworking.directory=/root/ -Dlogback.configurationFile=/root/conf/logback.xml -jar james-server.jar" - image: apache/james:distributed-pop3-3.6.0 + image: apache/james:distributed-pop3-3.6.1 container_name: james hostname: james.local ports: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
