From 497321d8ba51665edd0a19d9ae12de0777fd59c4 Mon Sep 17 00:00:00 2001 From: Dan Hemberger Date: Fri, 7 Jun 2024 19:02:51 -0700 Subject: [PATCH] api-docs: upgrade phpDocumentor 3.4.1 -> 3.5.0 --- api-docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-docs/Dockerfile b/api-docs/Dockerfile index 264860a52..0f981daf9 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.4.1/phpDocumentor.phar +RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.0/phpDocumentor.phar RUN chmod +x phpDocumentor.phar RUN mv phpDocumentor.phar /usr/local/bin/phpdoc