mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
chore(router): upgrade apollo-router and core docker image (#6857)
This commit is contained in:
parent
faa22bbe66
commit
d2f5387d76
2 changed files with 234 additions and 421 deletions
653
configs/cargo/Cargo.lock
generated
653
configs/cargo/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue