From f3212cbb67ea03b0a5015e969b6c003ab81ee007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 06:55:46 +0900 Subject: [PATCH] Bump php from 8.2.12-fpm to 8.3.0-fpm in /api (#2468) Bumps php from 8.2.12-fpm to 8.3.0-fpm. --- updated-dependencies: - dependency-name: php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index ac147f67a..ebede442c 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -51,7 +51,7 @@ RUN git clone --depth=1 -b $CURL_VERSION https://github.com/curl/curl && \ make -j $(nproc) && \ make install -FROM php:8.2.12-fpm AS runtime +FROM php:8.3.0-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/