Skip to content

Commit

Permalink
Bump php in /implementations/php-opis-json-schema
Browse files Browse the repository at this point in the history
Bumps php from 8.3-fpm-alpine to 8.4-fpm-alpine.

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent a0a36f7 commit d1deef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/php-opis-json-schema/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN composer install --no-dev --no-scripts --no-interaction --prefer-dist --opti
COPY bowtieJsonSchema.php .
RUN composer dump-autoload --no-dev --optimize --classmap-authoritative

FROM php:8.3-fpm-alpine
FROM php:8.4-fpm-alpine

WORKDIR /usr/src/myapp

Expand Down

0 comments on commit d1deef0

Please sign in to comment.