Skip to content

Commit 7a58dee

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 1736b75 commit 7a58dee

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
@@ -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)