From 26144b7c6df4b8ba385e02a603f44e3ecf54c2b7 Mon Sep 17 00:00:00 2001 From: Brian Koopman Date: Fri, 10 Apr 2026 13:55:54 -0400 Subject: [PATCH] Update ubuntu base image to 24.04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 918e1aa4..118c86ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # A container setup with an installation of ocs. # Use ubuntu base image -FROM ubuntu:22.04 +FROM ubuntu:24.04 # Set timezone to UTC ENV TZ=Etc/UTC