Skip to content

Commit

Permalink
api-docs: upgrade phpDocumentor 3.4.1 -> 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hemberger committed Jun 8, 2024
1 parent 86b965f commit 497321d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 497321d

Please sign in to comment.