You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2020/02/14 23:03:24 UTC

[allura] 02/02: [#8348] update mongo version to latest in docker files

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch db/8348
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 90b03f84c03debbb1c461ff6eccdcca101127fbd
Author: Dave Brondsema <da...@brondsema.net>
AuthorDate: Fri Feb 14 17:39:03 2020 -0500

    [#8348] update mongo version to latest in docker files
---
 docker-compose-prod.yml | 2 +-
 docker-compose.yml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker-compose-prod.yml b/docker-compose-prod.yml
index 19bcfaf..58c10fb 100644
--- a/docker-compose-prod.yml
+++ b/docker-compose-prod.yml
@@ -85,7 +85,7 @@ services:
     restart: always
 
   mongo:
-    image: mongo:3.4
+    image: mongo:4.2
     ports:
       - "127.0.0.1:27017:27017"
     volumes:
diff --git a/docker-compose.yml b/docker-compose.yml
index 9741b93..6fbf5d0 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -52,7 +52,7 @@ services:
       - /allura-data/solr:/opt/solr/server/solr/allura/data
 
   mongo:
-    image: mongo:3.4
+    image: mongo:4.2
     ports:
       - "27017:27017"
     volumes: