Skip to content

Commit

Permalink
Attempt to pin docker builds at current toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
NullSoldier committed Mar 4, 2025
1 parent 90f9db6 commit efe5bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ironfish-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN \
apt-get update && \
apt-get install jq rsync -y

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain=1.76.0

COPY ./ /usr/src/ironfish

Expand Down

0 comments on commit efe5bec

Please sign in to comment.