Skip to content

Commit

Permalink
setting fixed mongo version
Browse files Browse the repository at this point in the history
there is an auth issue with the :latest image tag
  • Loading branch information
mizrael committed Feb 23, 2021
1 parent b767d36 commit bb2d323
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
docker:
- image: mcr.microsoft.com/dotnet/sdk:5.0.101-focal-amd64
- image: 'circleci/mongo:latest'
- image: 'circleci/mongo:4.4.3'
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: password
Expand All @@ -27,7 +27,7 @@ jobs:
sonarscan:
docker:
- image: mcr.microsoft.com/dotnet/sdk:5.0.101-focal-amd64
- image: 'circleci/mongo:latest'
- image: 'circleci/mongo:4.4.3'
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: password
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- 1433:1433

openSleigh.tests.infrastructure.mongodb:
image: mongo:latest
image: mongo:4.4.3
container_name: openSleigh.tests.infrastructure.mongodb
restart: always
environment:
Expand Down

0 comments on commit bb2d323

Please sign in to comment.