Skip to content

Commit c5adf7b

Browse files
chore(deps): update mongo docker tag to v8
1 parent f38c966 commit c5adf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-mongodb-example/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
MONGODB_URI: mongodb://admin:admin@mongo-database:27017/config?authSource=admin
1313

1414
mongo-database:
15-
image: mongo:7.0
15+
image: mongo:8.2
1616
container_name: mongo-database
1717
environment:
1818
MONGO_INITDB_ROOT_USERNAME: admin

0 commit comments

Comments
 (0)