From 811f6b12e36c3746fd32c94382c1e2267900e0fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 09:20:28 +0000 Subject: [PATCH] chore(deps): update mariadb docker tag to v11.3.2 --- roles/mariadb/templates/docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mariadb/templates/docker-compose.yml.j2 b/roles/mariadb/templates/docker-compose.yml.j2 index 4fa497f..4230ed0 100644 --- a/roles/mariadb/templates/docker-compose.yml.j2 +++ b/roles/mariadb/templates/docker-compose.yml.j2 @@ -1,5 +1,5 @@ mariadb: - image: mariadb:11.2.3@sha256:d8712399b49ae013397b4f9a6657a8044218e02fcdd8f28c52b1bba9d9dfe1a6 + image: mariadb:11.3.2@sha256:4762bcec7c5396fa672d1035498bda3506f29f253190ff4cb642bb7e99785977 restart: always environment: MARIADB_ROOT_PASSWORD: '{{ reims2_db_root_password }}'