Skip to content

Commit

Permalink
Merge pull request #301 from edx/bderusha/update-travis-mongo
Browse files Browse the repository at this point in the history
Update travis docker to use latest images
  • Loading branch information
Bill DeRusha authored Feb 10, 2020
2 parents 6da2002 + 9821a47 commit 807b047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis/docker-compose-travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ services:
image: elasticsearch:1.5.2
container_name: "es.edx"
mongo:
image: mongo:3.0.14
image: mongo:3.2.21
container_name: "mongo.edx"
forum-base:
image: edxops/forum:ruby2.4.1 # TODO: switch back to latest after configuration release
image: edxops/forum:latest

container_name: forum_testing
volumes:
Expand All @@ -25,4 +25,4 @@ services:
command: /edx/app/forum/cs_comments_service/.travis/run_tests.sh
depends_on:
- "elasticsearch"
- "mongo"
- "mongo"

0 comments on commit 807b047

Please sign in to comment.