From 0c83cb4898e6e7475bafd858ace51bf832c43aca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 19:54:21 +0000 Subject: [PATCH] chore(deps): update ghcr.io/it-at-m/eappointment-php-base docker tag to v8.3 --- .github/workflows/php-unit-tests.yaml | 4 ++-- zmsclient/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php-unit-tests.yaml b/.github/workflows/php-unit-tests.yaml index 10cbec057..989522f36 100644 --- a/.github/workflows/php-unit-tests.yaml +++ b/.github/workflows/php-unit-tests.yaml @@ -94,7 +94,7 @@ jobs: zmsapi-test: runs-on: ubuntu-latest container: - image: "ghcr.io/it-at-m/eappointment-php-base:8.0-dev" + image: "ghcr.io/it-at-m/eappointment-php-base:8.3-dev" services: mariadb: image: mariadb:10.6 @@ -162,7 +162,7 @@ jobs: zmsdb-test: runs-on: ubuntu-latest container: - image: "ghcr.io/it-at-m/eappointment-php-base:8.0-dev" + image: "ghcr.io/it-at-m/eappointment-php-base:8.3-dev" services: mariadb: image: mariadb:10.6 diff --git a/zmsclient/docker-compose.yml b/zmsclient/docker-compose.yml index 3fa9d8fc3..221a52a1f 100644 --- a/zmsclient/docker-compose.yml +++ b/zmsclient/docker-compose.yml @@ -14,7 +14,7 @@ services: test: depends_on: - mockup - image: ghcr.io/it-at-m/eappointment-php-base:8.0-base + image: ghcr.io/it-at-m/eappointment-php-base:8.3-base volumes: - type: bind source: "."