From 0aa02d83b9e6b8a115602acd5135c4d961264b04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 06:44:31 -0400 Subject: [PATCH] chore(deps): update mariadb docker tag to v11.4.2 (#9279) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 2eaacb8d753d..6e957b6af895 100644 --- a/compose.yaml +++ b/compose.yaml @@ -28,7 +28,7 @@ services: - CMD - mariadb-admin - ping - image: mariadb:11.3.2 + image: mariadb:11.4.2 ports: - 3306:3306 networks: