serai Dockerfile & Makefile fixed

This commit is contained in:
vrx00 2022-10-16 01:36:31 +02:00 committed by Luke Parker
parent 4629e88a28
commit d96cfdf485
2 changed files with 11 additions and 11 deletions

View file

@ -16,7 +16,7 @@ WORKDIR /serai
RUN rustup update RUN rustup update
# Install Solc @ 0.8.16 # Install Solc @ 0.8.16
RUN pip3 install solc-select RUN pip3 install solc-select==0.2.1
RUN solc-select install 0.8.16 RUN solc-select install 0.8.16
RUN solc-select use 0.8.16 RUN solc-select use 0.8.16