Skip to content

Commit 8f3b94d

Browse files
Athitheya GobinathanAthitheya Gobinathan
Athitheya Gobinathan
authored and
Athitheya Gobinathan
committed
build: Updated mongoDB to 7.0 in example apps
1 parent 9c7a550 commit 8f3b94d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/petstore-access-control/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
- "80:8080"
2727

2828
mongodb:
29-
image: mongo:3.6
29+
image: mongo:7.0
3030
restart: unless-stopped
3131
volumes:
3232
- ./data/petstore-access-control/db:/data/db

examples/petstore/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
- "80:8080"
2727

2828
mongodb:
29-
image: mongo:3.6
29+
image: mongo:7.0
3030
restart: unless-stopped
3131
volumes:
3232
- ./data/petstore/db:/data/db

0 commit comments

Comments
 (0)