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/