From db407df1686202fca636982b1797630f5596e2b1 Mon Sep 17 00:00:00 2001 From: "trap-renovate[bot]" <138502363+trap-renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:13:34 +0000 Subject: [PATCH] fix(github-action): update image mariadb to v10.11.10 --- .github/workflows/main.yml | 4 ++-- compose.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ddd1e4df..3e89dea5b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: needs: [build] services: mysql: - image: mariadb:10.11.9 + image: mariadb:10.11.10 options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 env: MYSQL_ROOT_PASSWORD: password @@ -72,7 +72,7 @@ jobs: needs: [build] services: mysql: - image: mariadb:10.11.9 + image: mariadb:10.11.10 options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 env: MYSQL_ROOT_PASSWORD: password diff --git a/compose.yaml b/compose.yaml index ebb38f86c..de9f3d1eb 100644 --- a/compose.yaml +++ b/compose.yaml @@ -44,7 +44,7 @@ services: - ./dev/frontend:/usr/share/caddy:ro mysql: - image: mariadb:10.11.9 + image: mariadb:10.11.10 restart: always environment: MYSQL_ROOT_PASSWORD: password