Skip to content

Commit 7e7839b

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN export ARCH=$([[ "$(uname -m)" == "aarch64" ]] && echo "arm64" || echo "amd6
2828
curl -o kubectl1.6 -L https://storage.googleapis.com/kubernetes-release/release/v1.6.0/bin/linux/${ARCH}/kubectl
2929

3030

31-
FROM debian:bookworm-20240812-slim
31+
FROM debian:12.9-slim
3232

3333
RUN apt-get update -y
3434
# install busybox by building source until it's unavailable by apt-get for v1.36.1 ad no need to link [[

0 commit comments

Comments
 (0)