We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5710af commit 9848c90Copy full SHA for 9848c90
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.2
+FROM alpine:3.20.3
16
ARG KUBECTL_VERSION="v1.29.0"
17
18
COPY --from=build /k9s/execs/k9s /bin/k9s
0 commit comments