diff --git a/spring-mysql-example/compose.yaml b/spring-mysql-example/compose.yaml index 9430112..9ce5e74 100644 --- a/spring-mysql-example/compose.yaml +++ b/spring-mysql-example/compose.yaml @@ -17,7 +17,7 @@ services: SPRING_JPA_SHOW_SQL: false mysql-db: - image: mysql:9.6 + image: mysql:9.7 container_name: mysql-db ports: - "3306:3306"