From 980bd7ceecc693a9dfeda28d3b09f361ad88330d Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 25 Jul 2026 16:13:35 +0200 Subject: [PATCH] Update to Ubuntu 24.04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a0a451..c45f5bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/catthehacker/ubuntu:custom-22.04 +FROM ghcr.io/catthehacker/ubuntu:custom-24.04 # TODO: This doesn't find texlive RUN apt-get update