From b7b3134bdb3124d4dbde636c8ef0899b3527b5f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:04:22 +0000 Subject: [PATCH] build(deps): bump php in /.github/actions/api-docs Bumps php from 8.3.8-cli-alpine to 8.4.1-cli-alpine. --- updated-dependencies: - dependency-name: php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/actions/api-docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/api-docs/Dockerfile b/.github/actions/api-docs/Dockerfile index 2213f0471..bc8ff26d5 100644 --- a/.github/actions/api-docs/Dockerfile +++ b/.github/actions/api-docs/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.3.8-cli-alpine +FROM php:8.4.1-cli-alpine RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.3/phpDocumentor.phar RUN chmod +x phpDocumentor.phar