File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ 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" \
17+ PHPSUPPORTED="8.1 8.2 8.3 8.4 " \
1818 DEFAULTPHPVERSION="8.3" \
1919 DEFAULTWEBSERVER="nginx" \
2020 APTINSTALL="apt-get install -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold"
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"
3+ ENV PHPSUPPORTED="7.4 8.0 8.1 8.2 8.4 "
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