From 1fe78745324fa063ffc1a560737979106eb34fb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 08:50:14 +0200 Subject: [PATCH] chore(deps): update docker.io/mysql docker tag to v9.5.0 (#5690) 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 068751a57..6c8f30888 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -151,7 +151,7 @@ services: when: *when mysql: - image: docker.io/mysql:9.4.0 + image: docker.io/mysql:9.5.0 ports: ['3306'] environment: MYSQL_DATABASE: test