Skip to content

Commit

Permalink
Merge pull request #131 from WyriHaximus/renovate/wyrihaximusnet-php-8.x
Browse files Browse the repository at this point in the history
Update wyrihaximusnet/php Docker tag to v8.3
  • Loading branch information
WyriHaximus authored Jun 15, 2024
2 parents d57b806 + fe6b719 commit c2feb2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate-comments/Dockerfile-build
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# syntax=docker/dockerfile:experimental
FROM wyrihaximusnet/php:8.2-nts-alpine-slim-dev-root AS install-dependencies
FROM wyrihaximusnet/php:8.3-nts-alpine-slim-dev-root AS install-dependencies
RUN mkdir /workdir
COPY ./composer.json /workdir
COPY ./composer.lock /workdir
WORKDIR /workdir
RUN composer install --ansi --no-progress --no-interaction --prefer-dist

## Compile runtime image
FROM wyrihaximusnet/php:8.2-nts-alpine-slim-root AS runtime
FROM wyrihaximusnet/php:8.3-nts-alpine-slim-root AS runtime
RUN mkdir /workdir
COPY ./entrypoint.sh ./comment.php ./post-process.php ./composer.* /workdir/
COPY --from=install-dependencies /workdir/vendor/ /workdir/vendor/
Expand Down

0 comments on commit c2feb2d

Please sign in to comment.