Skip to content

Commit

Permalink
Merge pull request #795 from dsp-testing/dependabot/docker/implementa…
Browse files Browse the repository at this point in the history
…tions/php-opis-json-schema/php-8.4-fpm-alpine

Bump php from 8.3-fpm-alpine to 8.4-fpm-alpine in /implementations/php-opis-json-schema
  • Loading branch information
github-actions[bot] authored Nov 22, 2024
2 parents a0a36f7 + d1deef0 commit 0885372
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 0885372

Please sign in to comment.