From 0e5f95ab74ffd2dc1564bc7d52d01953f57a1581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:46:04 +0000 Subject: [PATCH] build(deps): bump php in /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] --- api-docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-docs/Dockerfile b/api-docs/Dockerfile index a3e198298..a8ebe686b 100644 --- a/api-docs/Dockerfile +++ b/api-docs/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.3.8-cli-alpine AS builder +FROM php:8.4.1-cli-alpine AS builder RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.3/phpDocumentor.phar RUN chmod +x phpDocumentor.phar