Skip to content

Commit

Permalink
build(deps): bump php in /api-docs
Browse files Browse the repository at this point in the history
Bumps php from 8.3.8-cli-alpine to 8.4.0alpha2-cli-alpine.

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 1, 2024
1 parent acfb3b2 commit 1c8feba
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,4 +1,4 @@
FROM php:8.3.8-cli-alpine as builder
FROM php:8.4.0alpha2-cli-alpine as builder

RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.0/phpDocumentor.phar
RUN chmod +x phpDocumentor.phar
Expand Down

0 comments on commit 1c8feba

Please sign in to comment.