From f9f39bde2c614a0dcae60d30aa7f65c3fd3255ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 07:44:22 +0200 Subject: [PATCH] Update docker.io/mysql Docker tag to v9.7.0 (#6498) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .woodpecker/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index b0b26d2bf..95580a067 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -162,7 +162,7 @@ services: when: *when mysql: - image: docker.io/mysql:9.6.0 + image: docker.io/mysql:9.7.0 ports: ['3306'] environment: MYSQL_DATABASE: test