From 027844f9ef72e2e10cd05d580a0db7c7720a805c Mon Sep 17 00:00:00 2001 From: Chenhui Wang <54903978+wangch079@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:00:28 +0800 Subject: [PATCH] Update the ubuntu base image to noble-20241118.1 (#592) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7dc69d22..063604c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:mantic-20231011 +FROM ubuntu:noble-20241118.1 WORKDIR /app COPY . /app