File tree Expand file tree Collapse file tree 3 files changed +417
-193
lines changed
Expand file tree Collapse file tree 3 files changed +417
-193
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:experimental
2- FROM wyrihaximusnet/php:7.4 -nts-alpine-slim-dev-root AS install-dependencies
2+ FROM wyrihaximusnet/php:8.2 -nts-alpine-slim-dev-root AS install-dependencies
33RUN mkdir /workdir
44COPY ./composer.json /workdir
55COPY ./composer.lock /workdir
66WORKDIR /workdir
77RUN composer install --ansi --no-progress --no-interaction --prefer-dist
88
99## Compile runtime image
10- FROM wyrihaximusnet/php:7.4 -nts-alpine-slim-root AS runtime
10+ FROM wyrihaximusnet/php:8.2 -nts-alpine-slim-root AS runtime
1111RUN mkdir /workdir
1212COPY ./entrypoint.sh ./comment.php ./post-process.php ./composer.* /workdir/
1313COPY --from=install-dependencies /workdir/vendor/ /workdir/vendor/
Original file line number Diff line number Diff line change 22 "name" : " wyrihaximus/composer.lock-diff" ,
33 "description" : " GitHub Action that diffs composer.lock between current branch and default branch" ,
44 "require" : {
5- "php" : " ^7.4 " ,
6- "composer/composer" : " ^2.0 " ,
7- "guzzlehttp/guzzle" : " ^7.3 " ,
8- "ion-bazan/composer-diff" : " ^1.1 " ,
9- "symfony/console" : " ^5.2 "
5+ "php" : " ^8.2 " ,
6+ "composer/composer" : " ^2.5.1 " ,
7+ "guzzlehttp/guzzle" : " ^7.5 " ,
8+ "ion-bazan/composer-diff" : " ^1.7 " ,
9+ "symfony/console" : " ^6.2.3 "
1010 },
1111 "config" : {
1212 "platform" : {
13- "php" : " 7.4 "
13+ "php" : " 8.2.13 "
1414 },
1515 "preferred-install" : " dist" ,
1616 "sort-packages" : true ,
You can’t perform that action at this time.
0 commit comments