From 372cce940322da66f963ff682457adb82eee0d21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 21:16:32 +0000 Subject: [PATCH] chore(deps): update mariadb:11.5.2 docker digest to 0b5f0d3 (#393) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/mariadb.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mariadb.yml b/.github/workflows/mariadb.yml index f00ad979..d908938b 100644 --- a/.github/workflows/mariadb.yml +++ b/.github/workflows/mariadb.yml @@ -18,7 +18,7 @@ jobs: services: mariadb: - image: mariadb:11.5.2@sha256:4a1de8fa2a929944373d7421105500ff6f889ce90dcb883fbb2fdb070e4d427e + image: mariadb:11.5.2@sha256:0b5f0d3cace822485ddd03465334909a11ccda5742b29425ae10eb19dae85348 ports: - 3306:3306 env: diff --git a/docker-compose.yml b/docker-compose.yml index 63dc92e4..d986f8db 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: database: - image: mariadb:11.5.2@sha256:4a1de8fa2a929944373d7421105500ff6f889ce90dcb883fbb2fdb070e4d427e + image: mariadb:11.5.2@sha256:0b5f0d3cace822485ddd03465334909a11ccda5742b29425ae10eb19dae85348 ports: - "3306:3306" volumes: