From 288b363e747b725805c3452fbbf8275f3bf8624e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 10:59:46 +0200 Subject: [PATCH] chore(deps): update docker.io/mysql docker tag to v9.1.0 (#4236) 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 0efa62792..faa3f3e89 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -153,7 +153,7 @@ services: when: *when mysql: - image: docker.io/mysql:9.0.1 + image: docker.io/mysql:9.1.0 ports: ['3306'] environment: MYSQL_DATABASE: test