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 95488ee commit fee4493Copy full SHA for fee4493
Dockerfile
@@ -8,9 +8,9 @@ RUN echo "Building tags/${MITHRIL_VERSION}..." \
8
&& git checkout tags/${MITHRIL_VERSION} \
9
&& cargo build --release -p mithril-client-cli
10
11
-FROM ghcr.io/blinklabs-io/cardano-configs:20240725-1 as cardano-configs
+FROM ghcr.io/blinklabs-io/cardano-configs:20240725-1 AS cardano-configs
12
13
-FROM debian:bookworm-slim as mithril-client
+FROM debian:bookworm-slim AS mithril-client
14
COPY --from=rustbuilder /code/mithril/target/release/mithril-client /bin/
15
COPY --from=cardano-configs /config/ /opt/cardano/config/
16
RUN apt-get update -y \
0 commit comments