Skip to content

Commit fee4493

Browse files
authored
chore: capitalize as in from lines (#38)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 95488ee commit fee4493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN echo "Building tags/${MITHRIL_VERSION}..." \
88
&& git checkout tags/${MITHRIL_VERSION} \
99
&& cargo build --release -p mithril-client-cli
1010

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

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

0 commit comments

Comments
 (0)