diff --git a/Dockerfile b/Dockerfile index 98f4044fd0..5f4a908460 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.13.2 +FROM alpine:3.18.3 ARG KUBECTL_VERSION="v1.20.5" COPY --from=build /k9s/execs/k9s /bin/k9s