File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ COPY protos protos
66COPY lean lean
77RUN 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
1110COPY --from=build /usr/local/cargo/bin/lean /usr/local/bin/lean
1211ENTRYPOINT ["lean" ]
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ COPY protos protos
66COPY quote-server-adaptor quote-server-adaptor
77RUN 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
1110COPY --from=build /usr/local/cargo/bin/quote-server-adaptor /usr/local/bin/quote-server-adaptor
1211ENTRYPOINT ["quote-server-adaptor" ]
You can’t perform that action at this time.
0 commit comments