From d6f5dbd2a941b24884fc2f91e2002d2e03f09ada Mon Sep 17 00:00:00 2001 From: yxxhero <11087727+yxxhero@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:22:12 +0800 Subject: [PATCH] feat: Update Docker image to ubuntu:24.10 (#1726) Signed-off-by: yxxhero --- Dockerfile.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index d1b69624..65b57c9a 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -12,7 +12,7 @@ RUN make static-${TARGETOS}-${TARGETARCH} # ----------------------------------------------------------------------------- -FROM ubuntu:24.04 +FROM ubuntu:24.10 LABEL org.opencontainers.image.source=https://github.com/helmfile/helmfile