Skip to content

Commit

Permalink
Merge pull request #202 from CapgeminiInventUK/renovate/mongo-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeherby authored Oct 23, 2024
2 parents b1c9027 + 6ab917c commit 29ae7a9
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:26191247aa8c5c4fa27221c5a3124dbdfa7bed964951d19afc7689d231e1a529
image: mongo:latest@sha256:9342a9279a9841fc5f8192e49dcaaf9404e6bb3a90e8cf134eb96074830dd448
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:26191247aa8c5c4fa27221c5a3124dbdfa7bed964951d19afc7689d231e1a529
image: mongo:latest@sha256:9342a9279a9841fc5f8192e49dcaaf9404e6bb3a90e8cf134eb96074830dd448
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:26191247aa8c5c4fa27221c5a3124dbdfa7bed964951d19afc7689d231e1a529
image: mongo:latest@sha256:9342a9279a9841fc5f8192e49dcaaf9404e6bb3a90e8cf134eb96074830dd448
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:26191247aa8c5c4fa27221c5a3124dbdfa7bed964951d19afc7689d231e1a529
image: mongo:latest@sha256:9342a9279a9841fc5f8192e49dcaaf9404e6bb3a90e8cf134eb96074830dd448
ports:
- "27017:27017"
environment:
Expand Down

0 comments on commit 29ae7a9

Please sign in to comment.