From 0b74ef46345da40bd16674ea1cef2cfafbd54b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:23:14 +0000 Subject: [PATCH] Bump php from 8.3.11-fpm to 8.3.12-fpm in /api Bumps php from 8.3.11-fpm to 8.3.12-fpm. --- updated-dependencies: - dependency-name: php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index bc3a29dba..c96cfda6f 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -39,7 +39,7 @@ RUN git clone --depth=1 -b $CURL_VERSION https://github.com/curl/curl && \ make -j $(nproc) && \ make install -FROM php:8.3.11-fpm AS runtime +FROM php:8.3.12-fpm AS runtime WORKDIR /var/www/html/api COPY --from=openssl /usr/local/bin/ /usr/local/bin/ COPY --from=openssl /usr/local/include/ /usr/local/include/