diff --git a/.github/actions/api-docs/Dockerfile b/.github/actions/api-docs/Dockerfile index 889ed929c..81f0a7801 100644 --- a/.github/actions/api-docs/Dockerfile +++ b/.github/actions/api-docs/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2.5-cli-alpine +FROM php:8.2.10-cli-alpine RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.3.0/phpDocumentor.phar RUN chmod +x phpDocumentor.phar