Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit c0eadd8

Browse files
chore(deps): update mongo:4 docker digest to de5682f (#246)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c8e3b7f commit c0eadd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
command: sleep infinity
99
network_mode: service:db
1010
db:
11-
image: mongo:4@sha256:d67f68a9195b869e47937b3966e0c8d5994ef618bb4fec1d76108c020444d939
11+
image: mongo:4@sha256:de5682f87f037eda383ef3c0f198d52e34cded92c53efac50f44be4eaef86c7c
1212
restart: unless-stopped
1313
volumes:
1414
- ../database:/data/db

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
depends_on:
1212
- db
1313
db:
14-
image: mongo:4@sha256:d67f68a9195b869e47937b3966e0c8d5994ef618bb4fec1d76108c020444d939
14+
image: mongo:4@sha256:de5682f87f037eda383ef3c0f198d52e34cded92c53efac50f44be4eaef86c7c
1515
restart: always
1616
volumes:
1717
- ./database:/data/db

0 commit comments

Comments
 (0)