Skip to content

Commit

Permalink
Upgraded mongo:3.0.4 -> mongo:3.6 to fix WSL2 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Oct 24, 2020
1 parent 10c58de commit 4914d49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/setenv-circle-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export TERM=dumb

export SDKMAN_DIR=/home/circleci/.sdkman

source "$SDKMAN_DIR/bin/sdkman-init.sh"
source "$SDKMAN_DIR/bin/sdkman-init.sh"
2 changes: 1 addition & 1 deletion _build-and-test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ ${dockerall}Up

./gradlew :end-to-end-tests:cleanTest :end-to-end-tests:test

${dockerall}Down
${dockerall}Down
2 changes: 1 addition & 1 deletion docker-compose-java-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ services:
image: eventuateio/eventuate-tram-sagas-examples-customers-and-orders-java-development:latest
volumes:
- .:/eventuate-tram-sagas-examples-customers-and-orders-java-development
- /var/run/docker.sock:/var/run/docker.sock
- /var/run/docker.sock:/var/run/docker.sock

0 comments on commit 4914d49

Please sign in to comment.