diff --git a/Dockerfile b/Dockerfile index 4350f82ef6..84de64cab2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apk --no-cache add make git gcc libc-dev curl && make build # ----------------------------------------------------------------------------- # Build the final Docker image -FROM alpine:3.14.1 +FROM alpine:3.19.4 ARG KUBECTL_VERSION="v1.21.2" COPY --from=build /k9s/execs/k9s /bin/k9s