Skip to content

Commit

Permalink
Merge pull request #1547 from bowtie-json-schema/dependabot/docker/im…
Browse files Browse the repository at this point in the history
…plementations/php-justinrainbow-json-schema/php-8.3.12-alpine

Bump php from 8.3-alpine to 8.3.12-alpine in /implementations/php-justinrainbow-json-schema
  • Loading branch information
Julian authored Sep 27, 2024
2 parents 44b9e78 + 0ebb3eb commit adec38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/php-justinrainbow-json-schema/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY composer.* .
RUN composer install --no-dev --no-scripts --no-interaction --prefer-dist --optimize-autoloader
RUN composer dump-autoload --no-dev --optimize --classmap-authoritative

FROM php:8.3-alpine
FROM php:8.3.12-alpine

WORKDIR /usr/src/json-schema

Expand Down

0 comments on commit adec38d

Please sign in to comment.