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/