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 72bd8b9 commit a8b1fa5Copy full SHA for a8b1fa5
apps/hermes/server/Dockerfile
@@ -14,7 +14,7 @@ WORKDIR /src/apps/hermes/server
14
15
RUN --mount=type=cache,target=/root/.cargo/registry cargo build --release
16
17
-FROM rust:1.82.0
18
-
+FROM debian:bookworm-slim
+RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
19
# Copy artifacts from other images
20
COPY --from=build /src/apps/hermes/server/target/release/hermes /usr/local/bin/
0 commit comments