Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN mkdir -p $FLASHBACK_FASTEMBED_CACHE \
&& ./target/release/flashback-nlp-prefetch

# Runtime stage — small image with just the binaries + cached model.
FROM debian:trixie-slim@sha256:b6e2a152f22a40ff69d92cb397223c906017e1391a73c952b588e51af8883bf8
FROM debian:trixie-slim@sha256:4e401d95de7083948053197a9c3913343cd06b706bf15eb6a0c3ccd26f436a0e

# Match the builder's Debian version (rust:1.95-slim is Debian trixie, glibc 2.41).
# Runtime needs libstdc++6 for `onig`'s C extension that gets dynamically linked.
Expand Down
Loading