This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
commit 6e26d33cc0206eb78a02a14ed136f8bde22c2623 Author: PJ Fanning <[email protected]> AuthorDate: Sat Jan 24 20:24:03 2026 +0100 Update MySQL image version to 9.5.0 --- scripts/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker-compose.yml b/scripts/docker-compose.yml index 9130946..21843c6 100644 --- a/scripts/docker-compose.yml +++ b/scripts/docker-compose.yml @@ -14,7 +14,7 @@ services: - "5432:5432" # credentials (docker:docker) mysql: - image: mysql:latest + image: mysql:9.5.0 container_name: mysql-test environment: - "TZ=Europe/Amsterdam" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
