Skip to content

Commit ec2992b

Browse files
chore(deps): update mongo docker tag to v7
1 parent 0871c5d commit ec2992b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
timeout-minutes: 10
4646
services:
4747
database:
48-
image: mongo:6.0.15-jammy
48+
image: mongo:7.0.21-jammy
4949
env:
5050
MONGO_INITDB_ROOT_USERNAME: acid
5151
MONGO_INITDB_ROOT_PASSWORD: password

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
timeout-minutes: 10
5151
services:
5252
database:
53-
image: mongo:6.0.15-jammy
53+
image: mongo:7.0.21-jammy
5454
env:
5555
MONGO_INITDB_ROOT_USERNAME: acid
5656
MONGO_INITDB_ROOT_PASSWORD: password

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.7'
22
services:
33
db:
4-
image: mongo:6.0.15-jammy
4+
image: mongo:7.0.21-jammy
55
environment:
66
MONGO_INITDB_ROOT_USERNAME: acid
77
MONGO_INITDB_ROOT_PASSWORD: password

0 commit comments

Comments
 (0)