Skip to content

Commit 2d67480

Browse files
Merge pull request #105 from igorcampos-dev/renovate/mysql-9.x
chore(deps): update mysql docker tag to v9
2 parents a6fea95 + 39bf18c commit 2d67480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-mysql-example/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
SPRING_JPA_SHOW_SQL: false
1818

1919
mysql-db:
20-
image: mysql:8.1
20+
image: mysql:9.5
2121
container_name: mysql-db
2222
ports:
2323
- "3306:3306"

0 commit comments

Comments
 (0)