From 4196687950f03b17f75455b3797732ba3811e149 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 17 Aug 2024 04:46:10 +0000 Subject: [PATCH] chore(deps): update mariadb docker tag to v11 --- .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..e2f6f69 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:11.5.2 env: MARIADB_ROOT_PASSWORD: whatever healthcheck: