From 569ddab005c6702f56024d8e3036dc886232713d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 19:16:18 +0000 Subject: [PATCH] Update wyrihaximusnet/php Docker tag to v8 --- images/reactphp/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/reactphp/Dockerfile b/images/reactphp/Dockerfile index c6b0806..60745f8 100644 --- a/images/reactphp/Dockerfile +++ b/images/reactphp/Dockerfile @@ -1,4 +1,4 @@ -FROM wyrihaximusnet/php:7.4-nts-alpine-slim-dev AS install-dependencies +FROM wyrihaximusnet/php:8.4-nts-alpine-slim-dev AS install-dependencies WORKDIR /opt/app USER root @@ -8,7 +8,7 @@ USER app COPY ./composer.* /opt/app/ RUN composer install --ansi --no-interaction --prefer-dist --no-dev -o -FROM wyrihaximusnet/php:7.4-nts-alpine-slim +FROM wyrihaximusnet/php:8.4-nts-alpine-slim EXPOSE 7132 EXPOSE 7133