From e7fe56c9140eba258c5637767adfbc331349cf44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 00:09:44 +0000 Subject: [PATCH] chore(deps): update mariadb docker tag to v11.5.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 289db8a..964c612 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.4.2@sha256:e59ba8783bf7bc02a4779f103bb0d8751ac0e10f9471089709608377eded7aa8 + image: mariadb:11.5.2@sha256:018e5ae1207e80a5c65e24d78d836ac4f82de5d7bf9a035c44fa06d9cb75c2f4 restart: always environment: MARIADB_ROOT_PASSWORD: '{{ reims2_db_root_password }}'