chore(router): upgrade apollo-router and core docker image (#6857)

This commit is contained in:
Dotan Simha 2025-06-23 11:31:00 +03:00 committed by GitHub
parent faa22bbe66
commit d2f5387d76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 234 additions and 421 deletions

653
configs/cargo/Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -34,7 +34,7 @@ RUN touch ./src/lib.rs
RUN cargo build --release
# Runtime
FROM debian:12-slim AS runtime
FROM debian:bookworm-slim AS runtime
RUN apt-get update
RUN apt-get -y install ca-certificates