diff --git a/roles/mariadb/templates/docker-compose.yml.j2 b/roles/mariadb/templates/docker-compose.yml.j2 index ff9de96..290d9bb 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.1.3@sha256:d44688e2988770b46654f016f008ac03986dbf0af97583a770fbf31abf83bf31 + image: mariadb:11.1.3@sha256:319039db9bcd04b438ac3f0c0e9b35e97b4f33ebdb04404011833fa0f0180821 restart: always environment: MARIADB_ROOT_PASSWORD: '{{ reims2_db_root_password }}'