Skip to content

Commit 60e92d5

Browse files
Use latest debian stablee release, trixie.
1 parent 0e6d0f6 commit 60e92d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ COPY . .
110110
RUN cargo build --release --bin app
111111

112112
# We do not need the Rust toolchain to run the binary!
113-
FROM debian:bookworm-slim AS runtime
113+
FROM debian:trixie-slim AS runtime
114114
WORKDIR /app
115115
COPY --from=builder /app/target/release/app /usr/local/bin
116116
ENTRYPOINT ["/usr/local/bin/app"]
@@ -158,7 +158,7 @@ COPY . .
158158
RUN cargo build --release --bin app
159159

160160
# We do not need the Rust toolchain to run the binary!
161-
FROM debian:bookworm-slim AS runtime
161+
FROM debian:trixie-slim AS runtime
162162
WORKDIR app
163163
COPY --from=builder /app/target/release/app /usr/local/bin
164164
ENTRYPOINT ["/usr/local/bin/app"]

0 commit comments

Comments
 (0)