From 39634a73892b26663725c20b3ae72bfddc96532a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:26:55 +0000 Subject: [PATCH] Update druidfi/mysql Docker tag to v8.4 --- .github/workflows/drupal.yml | 2 +- compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/drupal.yml b/.github/workflows/drupal.yml index b8168e1..6e2cf0e 100644 --- a/.github/workflows/drupal.yml +++ b/.github/workflows/drupal.yml @@ -31,7 +31,7 @@ jobs: services: db: # See https://hub.docker.com/r/druidfi/mysql - image: druidfi/mysql:8.0-drupal-lts + image: druidfi/mysql:8.4-drupal-lts ports: - 3306:3306 options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 diff --git a/compose.yaml b/compose.yaml index 18a2826..65f4a69 100644 --- a/compose.yaml +++ b/compose.yaml @@ -30,7 +30,7 @@ services: db: container_name: ${COMPOSE_PROJECT_NAME}-db - image: druidfi/mysql:8.0-drupal-lts + image: druidfi/mysql:8.4-drupal-lts ports: - 3306