Skip to content

Commit be946ad

Browse files
committed
changed base inmage (something to do with clibs)
1 parent e017c74 commit be946ad

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

lean.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ COPY protos protos
66
COPY lean lean
77
RUN cargo install --path lean
88

9-
FROM debian:bullseye-slim
10-
RUN apt-get update && apt-get install -y extra-runtime-dependencies && rm -rf /var/lib/apt/lists/*
9+
FROM debian:stable-slim
1110
COPY --from=build /usr/local/cargo/bin/lean /usr/local/bin/lean
1211
ENTRYPOINT ["lean"]

quote-server-adaptor.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ COPY protos protos
66
COPY quote-server-adaptor quote-server-adaptor
77
RUN cargo install --path quote-server-adaptor
88

9-
FROM debian:bullseye-slim
10-
RUN apt-get update && apt-get install -y extra-runtime-dependencies && rm -rf /var/lib/apt/lists/*
9+
FROM debian:stable-slim
1110
COPY --from=build /usr/local/cargo/bin/quote-server-adaptor /usr/local/bin/quote-server-adaptor
1211
ENTRYPOINT ["quote-server-adaptor"]

0 commit comments

Comments
 (0)