We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a6caf commit d08a150Copy full SHA for d08a150
docker-gitlabci/Dockerfile
@@ -1,6 +1,6 @@
1
FROM ubuntu:24.04
2
ENV DEBIAN_FRONTEND=noninteractive
3
-ENV PHPSUPPORTED="7.4 8.0 8.1 8.2 8.4 8.5"
+ENV PHPSUPPORTED="8.1 8.2 8.4 8.5"
4
ENV APTINSTALL="apt-get install -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold"
5
RUN useradd -m domjudge
6
RUN useradd -d /nonexistent -g nogroup -s /bin/false domjudge-run-0
0 commit comments