From 3bdb60af02e27d4cf56d129dd3a93b79588a0851 Mon Sep 17 00:00:00 2001 From: Satyam Zode <5508956+satyamz@users.noreply.github.com> Date: Tue, 16 Jun 2026 11:25:22 +0530 Subject: [PATCH] Update docker base image to 24.04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 418432ce..7845b46a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 as build +FROM ubuntu:24.04 as build LABEL maintainer="SDF Ops Team "