Docker image improvements

This commit is contained in:
Maurus Decimus
2026-04-19 17:31:06 +02:00
parent eaf0601742
commit f0c403a79b
11 changed files with 101 additions and 650 deletions

View File

@@ -38,6 +38,7 @@ registry = { path = "../registry" }
http_proto = { path = "../http-proto" }
migration = { path = "../migration" }
tokio = { version = "1.47", features = ["full"] }
rustls = { version = "0.23.5", default-features = false, features = ["std", "aws_lc_rs", "tls12"] }
[target.'cfg(not(target_env = "msvc"))'.dependencies]
jemallocator = "0.5.0"