Skip to content

Commit

Permalink
Update ghcr.io/wyrihaximusnet/php Docker tag to v8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent 5d7ee65 commit e2c0df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:experimental
FROM ghcr.io/wyrihaximusnet/php:8.3-nts-alpine-dev-root AS install-dependencies
FROM ghcr.io/wyrihaximusnet/php:8.4-nts-alpine-dev-root AS install-dependencies
ENV COMPOSER_ALLOW_SUPERUSER=1
RUN mkdir /workdir
WORKDIR /workdir
Expand All @@ -8,7 +8,7 @@ COPY ./composer.* ./wait.php /workdir/
RUN composer install --ansi --no-progress --no-interaction --prefer-dist --no-dev

## Compile runtime image
FROM ghcr.io/wyrihaximusnet/php:8.3-nts-alpine-root AS runtime
FROM ghcr.io/wyrihaximusnet/php:8.4-nts-alpine-root AS runtime
RUN mkdir /workdir
WORKDIR /workdir
COPY --from=install-dependencies /workdir/ /workdir/
Expand Down

0 comments on commit e2c0df4

Please sign in to comment.