File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
1414 FPM_MAX_CHILDREN=40 \
1515 DJ_SKIP_MAKE=0 \
1616 DJ_DB_INSTALL_BARE=0 \
17- PHPSUPPORTED="8.1 8.2 8.3 8.4" \
18- DEFAULTPHPVERSION="8.4 " \
17+ PHPSUPPORTED="8.1 8.2 8.3 8.4 8.5 " \
18+ DEFAULTPHPVERSION="8.5 " \
1919 DEFAULTWEBSERVER="nginx" \
2020 APTINSTALL="apt-get install -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold"
2121
Original file line number Diff line number Diff line change 11FROM ubuntu:24.04
22ENV DEBIAN_FRONTEND=noninteractive
3- ENV PHPSUPPORTED="7.4 8.0 8.1 8.2 8.4"
3+ ENV PHPSUPPORTED="7.4 8.0 8.1 8.2 8.4 8.5 "
44ENV APTINSTALL="apt-get install -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold"
55RUN useradd -m domjudge
66RUN useradd -d /nonexistent -g nogroup -s /bin/false domjudge-run-0
You can’t perform that action at this time.
0 commit comments