From 7434af31c2012a6dd7b27bdee98cc81830750208 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 23:25:34 +0000 Subject: [PATCH] chore(deps): update mariadb:11.2.2 docker digest to eb6a2d3 --- 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 3afb0a5..6051d72 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:4d5a0e687d469b1a1e08ea8829f46ef1d966d9e0a3a8f3613fcf61e933161c27 + image: mariadb:11.2.2@sha256:eb6a2d34367b662a6e9c92e8cd112bbadf03ad4627f8eeb8d19f480f8da87fa6 restart: always environment: MARIADB_ROOT_PASSWORD: '{{ reims2_db_root_password }}'