From a7b05ba554dc0766524be4da46612252ed334c15 Mon Sep 17 00:00:00 2001 From: Nicky Gerritsen Date: Fri, 22 Nov 2024 09:36:15 +0100 Subject: [PATCH] Make PHP 8.4 the default for the contributor container --- docker-contributor/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-contributor/Dockerfile b/docker-contributor/Dockerfile index 86d49a0..796924b 100644 --- a/docker-contributor/Dockerfile +++ b/docker-contributor/Dockerfile @@ -15,7 +15,7 @@ ENV DEBIAN_FRONTEND=noninteractive \ DJ_SKIP_MAKE=0 \ DJ_DB_INSTALL_BARE=0 \ PHPSUPPORTED="8.1 8.2 8.3 8.4" \ - DEFAULTPHPVERSION="8.3" \ + DEFAULTPHPVERSION="8.4" \ DEFAULTWEBSERVER="nginx" \ APTINSTALL="apt-get install -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold"