Skip to content

Commit a103722

Browse files
updated debian
1 parent 0732a59 commit a103722

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
@@ -8,7 +8,7 @@ RUN export ARCH=$([[ "$(uname -m)" == "aarch64" ]] && echo "arm64" || echo "amd6
88
curl -o kubectl1.32 -L https://storage.googleapis.com/kubernetes-release/release/v1.32.0/bin/linux/${ARCH}/kubectl
99

1010

11-
FROM debian:bookworm-20240812-slim
11+
FROM debian:trixie-slim
1212

1313

1414
RUN apt-get update -y && \

0 commit comments

Comments
 (0)