Skip to content

Commit

Permalink
chore(deps): update mongo docker tag to v5.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2022
1 parent 15c8078 commit 5508e8c
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 @@ -33,7 +33,7 @@ executors:
docker:
- image: cimg/node:18.7.0
environment: *main-env
- image: mongo:5.0.10-focal
- image: mongo:5.0.11-focal
environment: *mongo-env
- image: minio/minio:RELEASE.2022-05-26T05-48-41Z
entrypoint: sh
Expand All @@ -53,7 +53,7 @@ executors:
docker:
- image: cypress/browsers:node16.14.2-slim-chrome100-ff99-edge
environment: *main-env
- image: mongo:5.0.10-focal
- image: mongo:5.0.11-focal
environment: *mongo-env
- image: minio/minio:RELEASE.2022-05-26T05-48-41Z
entrypoint: sh
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
mongo:
# can be replace by ghcr.io/appvantageasia/mongo-entreprise:X.X.X
# changes to be done in override file
image: mongo:5.0.10
image: mongo:5.0.11
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: password
Expand Down

0 comments on commit 5508e8c

Please sign in to comment.