Skip to content

Commit f242bbd

Browse files
chore(deps): update mongo docker tag to v8.0.9 (#1828)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 33220cd commit f242bbd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

boot-mongodb-elasticsearch/docker/docker-compose-cluster.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
mongo1:
33
container_name: mongo1
44
hostname: mongo1
5-
image: mongo:8.0.8
5+
image: mongo:8.0.9
66
extra_hosts:
77
- "host.docker.internal:host-gateway"
88
- "docker.for.win.host.internal:host-gateway"
@@ -16,7 +16,7 @@ services:
1616
mongo2:
1717
container_name: mongo2
1818
hostname: mongo2
19-
image: mongo:8.0.8
19+
image: mongo:8.0.9
2020
extra_hosts:
2121
- "host.docker.internal:host-gateway"
2222
- "docker.for.win.host.internal:host-gateway"
@@ -30,7 +30,7 @@ services:
3030
mongo3:
3131
container_name: mongo3
3232
hostname: mongo3
33-
image: mongo:8.0.8
33+
image: mongo:8.0.9
3434
extra_hosts:
3535
- "host.docker.internal:host-gateway"
3636
- "docker.for.win.host.internal:host-gateway"

boot-mongodb-elasticsearch/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
mongodb:
33
hostname: mongodb
4-
image: mongo:8.0.8
4+
image: mongo:8.0.9
55
volumes:
66
- mongodb:/data/db
77
ports:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ services:
6565
- /var/run/docker.sock:/var/run/docker.sock
6666

6767
mongodb:
68-
image: mongo:8.0.8
68+
image: mongo:8.0.9
6969
ports:
7070
- "27017:27017"
7171
volumes:

0 commit comments

Comments
 (0)