Skip to content

Commit

Permalink
chore: bump mithril version for mithril dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed Feb 11, 2025
1 parent 28bcfa6 commit a4f25e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dockerfiles/mithril/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt update --fix-missing \
&& apt-get clean

# 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 a4f25e2

Please sign in to comment.