Skip to content

Commit

Permalink
chore: bumped mithril (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo authored Nov 20, 2024
1 parent 27bf892 commit 24a9986
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,17 @@ RUN bash -c "ghcup set ghc ${GHC_VERSION}"


# Mithril setup
ARG MITHRIL_VERSION=2423.0
ARG MITHRIL_VERSION=2445.0
# Install dependencies
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y \
&& export PATH="$HOME/.cargo/bin:$PATH" \
&& apt update --fix-missing \
&& apt install -y --no-install-recommends \
build-essential m4 libssl-dev docker jq git cargo \
build-essential m4 libssl-dev docker jq git \
&& rustup update stable \
&& apt-get clean
RUN git clone https://github.com/input-output-hk/mithril.git \
&& export PATH="$HOME/.cargo/bin:$PATH" \
&& cd mithril \
&& git checkout $MITHRIL_VERSION \
&& cd mithril-client-cli \
Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfiles/mithril/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:22.04 AS cardano-builder
WORKDIR /root/src

# Mithril setup
ARG MITHRIL_VERSION=2423.0
ARG MITHRIL_VERSION=2445.0
# Install dependencies
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y \
&& apt update --fix-missing \
Expand Down

0 comments on commit 24a9986

Please sign in to comment.