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 cda4967 commit f5f1890Copy full SHA for f5f1890
Dockerfile
@@ -16,7 +16,7 @@ RUN apk --no-cache add --update make libx11-dev git gcc libc-dev curl \
16
17
# -----------------------------------------------------------------------------
18
# Build the final Docker image
19
-FROM --platform=$BUILDPLATFORM alpine:3.21.3
+FROM --platform=$BUILDPLATFORM alpine:3.22.1
20
ARG KUBECTL_VERSION="v1.32.2"
21
22
COPY --from=build /k9s/execs/k9s /bin/k9s
0 commit comments