From 2a1595187070b35287bb19bebf0debc5f594925b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 14:39:04 +0000 Subject: [PATCH] Update wyrihaximusnet/php Docker tag to v8.4 --- images/reactphp/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/reactphp/Dockerfile b/images/reactphp/Dockerfile index fb41b8e..60745f8 100644 --- a/images/reactphp/Dockerfile +++ b/images/reactphp/Dockerfile @@ -1,4 +1,4 @@ -FROM wyrihaximusnet/php:8.3-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:8.3-nts-alpine-slim +FROM wyrihaximusnet/php:8.4-nts-alpine-slim EXPOSE 7132 EXPOSE 7133