Skip to content

Commit

Permalink
Try and update judgehosts to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenweyns committed Sep 20, 2024
1 parent 8c6cd89 commit 5249724
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/judgehost/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
LABEL org.opencontainers.image.authors="DOMjudge team <[email protected]>"

ENV DEBIAN_FRONTEND=noninteractive \
Expand Down
2 changes: 1 addition & 1 deletion docker/judgehost/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
LABEL org.opencontainers.image.authors="DOMjudge team <[email protected]>"

ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion docker/judgehost/Dockerfile.chroot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt -y install \
ca-certificates default-jre-headless pypy3 locales \
Expand Down

0 comments on commit 5249724

Please sign in to comment.