diff --git a/.github/actions/api-docs/Dockerfile b/.github/actions/api-docs/Dockerfile index 2213f0471..3cdff4051 100644 --- a/.github/actions/api-docs/Dockerfile +++ b/.github/actions/api-docs/Dockerfile @@ -1,6 +1,6 @@ FROM php:8.3.8-cli-alpine -RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.3/phpDocumentor.phar +RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.7.1/phpDocumentor.phar RUN chmod +x phpDocumentor.phar RUN mv phpDocumentor.phar /usr/local/bin/phpdoc diff --git a/api-docs/Dockerfile b/api-docs/Dockerfile index a3e198298..ef35183d1 100644 --- a/api-docs/Dockerfile +++ b/api-docs/Dockerfile @@ -1,6 +1,6 @@ FROM php:8.3.8-cli-alpine AS builder -RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.3/phpDocumentor.phar +RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.7.1/phpDocumentor.phar RUN chmod +x phpDocumentor.phar RUN mv phpDocumentor.phar /usr/local/bin/phpdoc