From 630988743cad69ade6744ca32d200450478bc042 Mon Sep 17 00:00:00 2001 From: ycz Date: Thu, 5 Dec 2024 15:19:41 +0800 Subject: [PATCH] upgrade ubuntu image 24 --- build-image/ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-image/ubuntu/Dockerfile b/build-image/ubuntu/Dockerfile index 34d64df..3933a7f 100644 --- a/build-image/ubuntu/Dockerfile +++ b/build-image/ubuntu/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:23.04 +FROM ubuntu:24.04 RUN apt-get update \ && apt-get install -y --no-install-recommends ca-certificates curl git git-lfs openssh-client