Skip to content

Commit

Permalink
chore: capitalize as in from lines (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Sep 27, 2024
1 parent 95488ee commit fee4493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ RUN echo "Building tags/${MITHRIL_VERSION}..." \
&& git checkout tags/${MITHRIL_VERSION} \
&& cargo build --release -p mithril-client-cli

FROM ghcr.io/blinklabs-io/cardano-configs:20240725-1 as cardano-configs
FROM ghcr.io/blinklabs-io/cardano-configs:20240725-1 AS cardano-configs

FROM debian:bookworm-slim as mithril-client
FROM debian:bookworm-slim AS mithril-client
COPY --from=rustbuilder /code/mithril/target/release/mithril-client /bin/
COPY --from=cardano-configs /config/ /opt/cardano/config/
RUN apt-get update -y \
Expand Down

0 comments on commit fee4493

Please sign in to comment.