feat: Update Docker image to ubuntu:24.10 (#1726)

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2024-10-07 09:22:12 +08:00 committed by GitHub
parent b375a31f20
commit d6f5dbd2a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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