Skip to content

Commit 8051b90

Browse files
committed
feat: update docker build container
1 parent 1d41368 commit 8051b90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

containers/Docbox.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder part
2-
FROM rust:1.93.0-slim-bullseye AS builder
2+
FROM rust:1.93.1-slim-trixie AS builder
33

44
# Add rust target and install deps
55
RUN update-ca-certificates
@@ -56,7 +56,7 @@ RUN cargo build -p docbox --release
5656
# Runner part
5757
# ----------------------------------------
5858
# Runner part
59-
FROM debian:bullseye-slim AS runner
59+
FROM debian:trixie-slim AS runner
6060

6161
# Set environment variables to avoid interaction during installation
6262
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)