We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d086815 commit f7e5158Copy full SHA for f7e5158
.github/actions/api-docs/Dockerfile
@@ -1,6 +1,6 @@
1
FROM php:8.3.8-cli-alpine
2
3
-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
4
RUN chmod +x phpDocumentor.phar
5
RUN mv phpDocumentor.phar /usr/local/bin/phpdoc
6
api-docs/Dockerfile
FROM php:8.3.8-cli-alpine AS builder
0 commit comments