We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1a29f commit 6334c61Copy full SHA for 6334c61
Dockerfile
@@ -12,7 +12,7 @@ RUN apk --no-cache add --update make libx11-dev git gcc libc-dev curl && make bu
12
# -----------------------------------------------------------------------------
13
# Build the final Docker image
14
15
-FROM alpine:3.20.0
+FROM alpine:3.20.2
16
ARG KUBECTL_VERSION="v1.29.0"
17
18
COPY --from=build /k9s/execs/k9s /bin/k9s
0 commit comments