From d101684dcdb343496d95fc7ec568532a46bd59e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 21:29:02 +0000 Subject: [PATCH] build(deps): bump php in /api-docs Bumps php from 8.2.10-cli-alpine to 8.2.11-cli-alpine. --- updated-dependencies: - dependency-name: php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api-docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-docs/Dockerfile b/api-docs/Dockerfile index c839e701e..f4968c12b 100644 --- a/api-docs/Dockerfile +++ b/api-docs/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2.10-cli-alpine as builder +FROM php:8.2.11-cli-alpine as builder RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.4.1/phpDocumentor.phar RUN chmod +x phpDocumentor.phar