From 56cf15516eb9cfb365dc78473cffbed4d97ed36f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 17 Aug 2024 04:46:07 +0000 Subject: [PATCH] chore(deps): update mariadb docker tag to v10.11.9 --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 8175c9a..830754c 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -12,7 +12,7 @@ jobs: mariadb: # TODO: this is pinned to avoid what apears to be a bug with # MariaDB >= 10.11.9, and collation issues with 11.x.x - image: mariadb:10.11.8 + image: mariadb:10.11.9 env: MARIADB_ROOT_PASSWORD: whatever healthcheck: -- 2.39.5