mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-06 06:26:11 +01:00
feat: use trixie (#998)
This commit is contained in:
@@ -13,7 +13,7 @@ COPY crates ./crates
|
||||
RUN nix develop --extra-experimental-features nix-command --extra-experimental-features flakes --command cargo build --release --bin cdk-mintd --features redis
|
||||
|
||||
# Create a runtime stage
|
||||
FROM debian:sid-slim
|
||||
FROM debian:trixie-slim
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
Reference in New Issue
Block a user