Skip to content

Commit

Permalink
Merge pull request #192 from CapgeminiInventUK/renovate/mongo-latest
Browse files Browse the repository at this point in the history
chore(deps): update mongo:latest docker digest to 0c17421
  • Loading branch information
georgeherby authored Oct 2, 2024
2 parents 67d8b0e + d5a88ce commit b8cae72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.full.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
- ./packages/api/.env.docker

langscout-mongodb:
image: mongo:latest@sha256:213bec5b9d5c233128ea23aa4183cd2a5a46eca67e8a833bb4b97a54c47edaa2
image: mongo:latest@sha256:0c17421487ae4a5cae88e7652a26ef72a8162adbc599a0730805526f5ff5ee83
ports:
- "27017:27017"
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- langscout-mongodb

langscout-mongodb:
image: mongo:latest@sha256:213bec5b9d5c233128ea23aa4183cd2a5a46eca67e8a833bb4b97a54c47edaa2
image: mongo:latest@sha256:0c17421487ae4a5cae88e7652a26ef72a8162adbc599a0730805526f5ff5ee83
ports:
- "27017:27017"
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.headless.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- langscout-mongodb

langscout-mongodb:
image: mongo:latest@sha256:213bec5b9d5c233128ea23aa4183cd2a5a46eca67e8a833bb4b97a54c47edaa2
image: mongo:latest@sha256:0c17421487ae4a5cae88e7652a26ef72a8162adbc599a0730805526f5ff5ee83
ports:
- "27017:27017"
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.headless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- langscout-mongodb

langscout-mongodb:
image: mongo:latest@sha256:213bec5b9d5c233128ea23aa4183cd2a5a46eca67e8a833bb4b97a54c47edaa2
image: mongo:latest@sha256:0c17421487ae4a5cae88e7652a26ef72a8162adbc599a0730805526f5ff5ee83
ports:
- "27017:27017"
environment:
Expand Down

0 comments on commit b8cae72

Please sign in to comment.