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 0e6d0f6 commit 60e92d5Copy full SHA for 60e92d5
README.md
@@ -110,7 +110,7 @@ COPY . .
110
RUN cargo build --release --bin app
111
112
# We do not need the Rust toolchain to run the binary!
113
-FROM debian:bookworm-slim AS runtime
+FROM debian:trixie-slim AS runtime
114
WORKDIR /app
115
COPY --from=builder /app/target/release/app /usr/local/bin
116
ENTRYPOINT ["/usr/local/bin/app"]
@@ -158,7 +158,7 @@ COPY . .
158
159
160
161
162
WORKDIR app
163
164
0 commit comments