diff --git a/roles/mariadb/templates/docker-compose.yml.j2 b/roles/mariadb/templates/docker-compose.yml.j2 index 93344d7..e13404a 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.3@sha256:6be2d9b530680d39911278a3389f90272d8d9045701bd9c8d074d1f38806cb34 + image: mariadb:11.5.2@sha256:346f3a6792bf88014a9d9290927c12c13522a50e0e7e6d40aaa9add73df0bcc6 restart: always environment: MARIADB_ROOT_PASSWORD: '{{ reims2_db_root_password }}'