Skip to content

Commit ab14260

Browse files
Make PHP 8.4 the default for the contributor container
1 parent e2baa9d commit ab14260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-contributor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
1515
DJ_SKIP_MAKE=0 \
1616
DJ_DB_INSTALL_BARE=0 \
1717
PHPSUPPORTED="8.1 8.2 8.3 8.4" \
18-
DEFAULTPHPVERSION="8.3" \
18+
DEFAULTPHPVERSION="8.4" \
1919
DEFAULTWEBSERVER="nginx" \
2020
APTINSTALL="apt-get install -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold"
2121

0 commit comments

Comments
 (0)