We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d41368 commit 8051b90Copy full SHA for 8051b90
1 file changed
containers/Docbox.Dockerfile
@@ -1,5 +1,5 @@
1
# Builder part
2
-FROM rust:1.93.0-slim-bullseye AS builder
+FROM rust:1.93.1-slim-trixie AS builder
3
4
# Add rust target and install deps
5
RUN update-ca-certificates
@@ -56,7 +56,7 @@ RUN cargo build -p docbox --release
56
# Runner part
57
# ----------------------------------------
58
59
-FROM debian:bullseye-slim AS runner
+FROM debian:trixie-slim AS runner
60
61
# Set environment variables to avoid interaction during installation
62
ENV DEBIAN_FRONTEND=noninteractive
0 commit comments