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

Commit f7cc971

Browse files
chore(deps): update mongo:4 docker digest to a98d307 (#408)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17f38fd commit f7cc971

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:5a6ee5442e8f04f85d6d59133a7a2ac6a664402721f24cfc006483941cb73040
11+
image: mongo:4@sha256:a98d30707edecfa5d1f04ba199731967d989ebe23aa2149d0a0005bd6de1c1c3
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:5a6ee5442e8f04f85d6d59133a7a2ac6a664402721f24cfc006483941cb73040
14+
image: mongo:4@sha256:a98d30707edecfa5d1f04ba199731967d989ebe23aa2149d0a0005bd6de1c1c3
1515
restart: always
1616
volumes:
1717
- ./database:/data/db

0 commit comments

Comments
 (0)