diff --git a/Dockerfile b/Dockerfile index 6542055..8288211 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # # Note: This is a PUBLIC image, it should not contain any sensitive data. -FROM debian:bookworm-slim +FROM debian:trixie-slim ARG TARGETARCH @@ -11,6 +11,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-euxc"] # Base Software RUN < /dev/null chmod go+r /etc/apt/keyrings/microsoft.gpg @@ -105,4 +106,4 @@ RUN <