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 0732a59 commit a103722Copy full SHA for a103722
Dockerfile
@@ -8,7 +8,7 @@ RUN export ARCH=$([[ "$(uname -m)" == "aarch64" ]] && echo "arm64" || echo "amd6
8
curl -o kubectl1.32 -L https://storage.googleapis.com/kubernetes-release/release/v1.32.0/bin/linux/${ARCH}/kubectl
9
10
11
-FROM debian:bookworm-20240812-slim
+FROM debian:trixie-slim
12
13
14
RUN apt-get update -y && \
0 commit comments