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 97f2400 commit 7e7839bCopy full SHA for 7e7839b
Dockerfile
@@ -28,7 +28,7 @@ RUN export ARCH=$([[ "$(uname -m)" == "aarch64" ]] && echo "arm64" || echo "amd6
28
curl -o kubectl1.6 -L https://storage.googleapis.com/kubernetes-release/release/v1.6.0/bin/linux/${ARCH}/kubectl
29
30
31
-FROM debian:bookworm-20240812-slim
+FROM debian:12.9-slim
32
33
RUN apt-get update -y
34
# install busybox by building source until it's unavailable by apt-get for v1.36.1 ad no need to link [[
0 commit comments