diff --git a/Dockerfile b/Dockerfile index 6677c86fd6..c76d4ba3b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apk --no-cache add --update make libx11-dev git gcc libc-dev curl && make bu # ----------------------------------------------------------------------------- # Build the final Docker image -FROM alpine:3.19.1 +FROM alpine:3.20.0 ARG KUBECTL_VERSION="v1.29.0" COPY --from=build /k9s/execs/k9s /bin/k9s