From 8f9087cf886f0b67e738ef08c941f7cff0f55cbb Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 06:20:59 +0000 Subject: [PATCH] chore(deps): update docker.io/library/debian docker tag to v13 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f10383e0e..931192627 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ COPY src/ src/ COPY build.rs build.rs RUN cargo build --release --bin recert -FROM docker.io/library/debian:bookworm AS runtime +FROM docker.io/library/debian:trixie-20260623 AS runtime WORKDIR /app RUN apt-get update RUN apt-get install -y openssl openssh-client