From 0856679ddb70f0dbbee7d9862c3f8ab3093c57d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:42:06 +0000 Subject: [PATCH] Update ghcr.io/wyrihaximusnet/php Docker tag to v8 --- Dockerfile-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile-build b/Dockerfile-build index 8e69d13..dfd21a1 100644 --- a/Dockerfile-build +++ b/Dockerfile-build @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:experimental -FROM ghcr.io/wyrihaximusnet/php:7.4-nts-alpine-dev-root AS install-dependencies +FROM ghcr.io/wyrihaximusnet/php:8.3-nts-alpine-dev-root AS install-dependencies ENV COMPOSER_ALLOW_SUPERUSER=1 RUN mkdir /workdir WORKDIR /workdir @@ -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:7.4-nts-alpine-root AS runtime +FROM ghcr.io/wyrihaximusnet/php:8.3-nts-alpine-root AS runtime RUN mkdir /workdir WORKDIR /workdir COPY --from=install-dependencies /workdir/ /workdir/