Skip to content

Commit

Permalink
Make PHP 8.4 the default for the contributor container
Browse files Browse the repository at this point in the history
  • Loading branch information
nickygerritsen committed Nov 22, 2024
1 parent e2baa9d commit a7b05ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-contributor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a7b05ba

Please sign in to comment.