From 9a0e1a19011779f0f29ea070979eb90a69470a90 Mon Sep 17 00:00:00 2001 From: Felix Thaler Date: Mon, 10 Jun 2024 14:57:14 +0200 Subject: [PATCH] Move to Ubuntu 24.04 LTS --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 3a1feae..288128f 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 LABEL maintainer="Felix Thaler " RUN apt-get update -qq && \