Skip to content

Commit 46d8f5a

Browse files
Michael Vasseurvmcj
authored andcommitted
Integrate new PHP version for local development
Make the image slightly smaller by removing the older PHP versions. Start using the latest version for faster PHP. In domjudge/domjudge CI we use the lowest supported one so we catch the whole spectrum.
1 parent c6b7e9d commit 46d8f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-contributor/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
1212
FPM_MAX_CHILDREN=40 \
1313
DJ_SKIP_MAKE=0 \
1414
DJ_DB_INSTALL_BARE=0 \
15-
PHPSUPPORTED="7.2 7.3 7.4 8.0 8.1 8.2" \
16-
DEFAULTPHPVERSION="8.1" \
15+
PHPSUPPORTED="8.0 8.1 8.2 8.3" \
16+
DEFAULTPHPVERSION="8.3" \
1717
APTINSTALL="apt install -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold"
1818

1919
# Install required packages and clean up afterwards to make this image layer smaller

0 commit comments

Comments
 (0)