diff --git a/.github/actions/api-docs/Dockerfile b/.github/actions/api-docs/Dockerfile index 2213f0471..bc8ff26d5 100644 --- a/.github/actions/api-docs/Dockerfile +++ b/.github/actions/api-docs/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.3.8-cli-alpine +FROM php:8.4.1-cli-alpine RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.3/phpDocumentor.phar RUN chmod +x phpDocumentor.phar