diff --git a/docker-contributor/Dockerfile b/docker-contributor/Dockerfile index 05fcbdac..7cc4faf8 100644 --- a/docker-contributor/Dockerfile +++ b/docker-contributor/Dockerfile @@ -12,8 +12,8 @@ ENV DEBIAN_FRONTEND=noninteractive \ FPM_MAX_CHILDREN=40 \ DJ_SKIP_MAKE=0 \ DJ_DB_INSTALL_BARE=0 \ - PHPSUPPORTED="7.2 7.3 7.4 8.0 8.1 8.2" \ - DEFAULTPHPVERSION="8.1" \ + PHPSUPPORTED="8.0 8.1 8.2 8.3" \ + DEFAULTPHPVERSION="8.3" \ APTINSTALL="apt install -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold" # Install required packages and clean up afterwards to make this image layer smaller