From 8ca26f68ccda0101e36fb2feb307aab8ba02a4df Mon Sep 17 00:00:00 2001 From: Frank Halasz Date: Wed, 25 Feb 2026 22:03:13 -0800 Subject: [PATCH] Updating Medley docker image to Ubuntu 24.04 rather than 22.04 --- .github/workflows/Dockerfile_medley | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dockerfile_medley b/.github/workflows/Dockerfile_medley index cd78d73b..14437be2 100644 --- a/.github/workflows/Dockerfile_medley +++ b/.github/workflows/Dockerfile_medley @@ -7,7 +7,7 @@ # # ****************************************************************************** -FROM ubuntu:22.04 +FROM ubuntu:24.04 ARG TARGETPLATFORM # Handle ARGs, ENV variables, and LABELs