diff --git a/api-docs/Dockerfile b/api-docs/Dockerfile index ef35183d1..1a34f631e 100644 --- a/api-docs/Dockerfile +++ b/api-docs/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.3.8-cli-alpine AS builder +FROM php:8.4.4-cli-alpine AS builder RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.7.1/phpDocumentor.phar RUN chmod +x phpDocumentor.phar