Skip to content

Commit

Permalink
api-docs: fix phpDocumentor version in Dockerfile (#1972)
Browse files Browse the repository at this point in the history
This version update should have taken place in #1968.
  • Loading branch information
hemberger authored Dec 5, 2024
1 parent 911513a commit 07bbb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/api-docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.3.8-cli-alpine

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.3/phpDocumentor.phar
RUN chmod +x phpDocumentor.phar
RUN mv phpDocumentor.phar /usr/local/bin/phpdoc

Expand Down

0 comments on commit 07bbb2f

Please sign in to comment.