build: update ubuntu base version from 24.10 to 24.04

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2025-09-13 08:17:47 +08:00
parent 84f9a07b7b
commit 5c228c770f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN make static-${TARGETOS}-${TARGETARCH}
# -----------------------------------------------------------------------------
FROM ubuntu:24.10
FROM ubuntu:24.04
LABEL org.opencontainers.image.source=https://github.com/helmfile/helmfile