From f75f3dd45732a84f0cccbc8a6b013d567806dcbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:55:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20php=20from=208.3.7-?= =?UTF-8?q?apache=20to=208.3.8-apache=20(#2668)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed18f1c04..79d849e42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /usr/src/trwl RUN composer install --ignore-platform-reqs --no-interaction --no-progress --no-suggest --optimize-autoloader RUN php artisan optimize -FROM php:8.3.7-apache +FROM php:8.3.8-apache ENV APACHE_DOCUMENT_ROOT=/var/www/html/public RUN apt update && \