We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3774a4b commit 5879baeCopy full SHA for 5879bae
server/Dockerfile
@@ -1,5 +1,5 @@
1
# Use cargo chef for dependency caching
2
-FROM lukemathwalker/cargo-chef:latest-rust-1 AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1-trixie AS chef
3
WORKDIR /app
4
5
# Install ssh and git for GitHub Actions environment
@@ -26,7 +26,7 @@ COPY . .
26
RUN --mount=type=ssh cargo build --release --bin thirdweb-engine
27
28
# Runtime stage
29
-FROM debian:bookworm-slim AS runtime
+FROM debian:trixie-slim AS runtime
30
31
# Install required system dependencies
32
RUN apt-get update && apt-get install -y \
0 commit comments