From 41e65f84f2d9351dcb84ba0f15695117bcdefe62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 04:48:57 +0000 Subject: [PATCH] chore(deps): update mariadb docker tag to v11.2.3 --- 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 62ea410..51e4bdb 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.2@sha256:c5077bb44d13a3f34dadb5a15861149e29b3251d1e24036d2dad9611dc9d940b + image: mariadb:11.2.3@sha256:b078d32834d211dfdbc4e71ee8339c03a185a708d9d1955350dc51365f24f962 restart: always environment: MARIADB_ROOT_PASSWORD: '{{ reims2_db_root_password }}'