Skip to content

Commit 5879bae

Browse files
authored
pin to trixie (#63)
1 parent 3774a4b commit 5879bae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use cargo chef for dependency caching
2-
FROM lukemathwalker/cargo-chef:latest-rust-1 AS chef
2+
FROM lukemathwalker/cargo-chef:latest-rust-1-trixie AS chef
33
WORKDIR /app
44

55
# Install ssh and git for GitHub Actions environment
@@ -26,7 +26,7 @@ COPY . .
2626
RUN --mount=type=ssh cargo build --release --bin thirdweb-engine
2727

2828
# Runtime stage
29-
FROM debian:bookworm-slim AS runtime
29+
FROM debian:trixie-slim AS runtime
3030

3131
# Install required system dependencies
3232
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)