File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM rust:bookworm AS rustbuilder
2- ARG MITHRIL_VERSION=2335 .0
2+ ARG MITHRIL_VERSION=2337 .0
33ENV MITHRIL_VERSION=${MITHRIL_VERSION}
44WORKDIR /code
55RUN echo "Building tags/${MITHRIL_VERSION}..." \
@@ -11,7 +11,7 @@ RUN echo "Building tags/${MITHRIL_VERSION}..." \
1111 && cargo build --release -p mithril-client
1212
1313FROM debian:bookworm-slim as mithrill-client
14- COPY --from=rustbuilder /code/mithril/target/release/mithril-client /usr/local/ bin/
14+ COPY --from=rustbuilder /code/mithril/target/release/mithril-client /bin/
1515RUN apt-get update -y \
1616 && apt-get install -y \
1717 ca-certificates \
@@ -20,4 +20,4 @@ RUN apt-get update -y \
2020 sqlite3 \
2121 wget \
2222 && rm -rf /var/lib/apt/lists/*
23- ENTRYPOINT ["/usr/local/ bin/mithril-client" ]
23+ ENTRYPOINT ["/bin/mithril-client" ]
You can’t perform that action at this time.
0 commit comments