Skip to content

Commit b677e0a

Browse files
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>
1 parent 705f71a commit b677e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY src/ src/
2222
COPY build.rs build.rs
2323
RUN cargo build --release --bin recert
2424

25-
FROM docker.io/library/debian:bookworm AS runtime
25+
FROM docker.io/library/debian:trixie AS runtime
2626
WORKDIR /app
2727
RUN apt-get update
2828
RUN apt-get install -y openssl openssh-client

0 commit comments

Comments
 (0)