Skip to content

Commit a8b1fa5

Browse files
authored
Update hermes docker base runner (#2776)
1 parent 72bd8b9 commit a8b1fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/hermes/server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR /src/apps/hermes/server
1414

1515
RUN --mount=type=cache,target=/root/.cargo/registry cargo build --release
1616

17-
FROM rust:1.82.0
18-
17+
FROM debian:bookworm-slim
18+
RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
1919
# Copy artifacts from other images
2020
COPY --from=build /src/apps/hermes/server/target/release/hermes /usr/local/bin/

0 commit comments

Comments
 (0)