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 31541c9 commit 8a4b2a9Copy full SHA for 8a4b2a9
Dockerfile
@@ -28,7 +28,7 @@ RUN curl -o kubectl1.29 -L https://storage.googleapis.com/kubernetes-release/rel
28
RUN curl -o kubectl1.30 -L https://storage.googleapis.com/kubernetes-release/release/v1.30.0/bin/linux/${TARGETARCH}/kubectl
29
RUN curl -o kubectl1.31 -L https://storage.googleapis.com/kubernetes-release/release/v1.31.0/bin/linux/${TARGETARCH}/kubectl
30
31
-FROM debian:bookworm-20250407-slim
+FROM debian:12.11-slim
32
WORKDIR /
33
RUN adduser --gecos "" --disabled-password --home /home/cfu --shell /bin/bash cfu
34
USER cfu
0 commit comments