Skip to content

Commit

Permalink
update mithril to fix certificate hash unmatch error (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartiiyer12 authored Jan 3, 2025
1 parent 42beece commit c4398fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN bash -c "ghcup set ghc ${GHC_VERSION}"


# Mithril setup
ARG MITHRIL_VERSION=2445.0
ARG MITHRIL_VERSION=2450.0
# Install dependencies
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y \
&& export PATH="$HOME/.cargo/bin:$PATH" \
Expand Down

0 comments on commit c4398fe

Please sign in to comment.