Skip to content

Commit

Permalink
fix: docker solc version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vid201 committed May 7, 2024
1 parent 3120638 commit e0d1ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV BUILD_PROFILE $BUILD_PROFILE
RUN apt-get update && apt-get -y upgrade && apt-get install -y pkg-config libclang-dev libssl-dev

# Install solc
RUN wget -c "https://github.com/ethereum/solidity/releases/download/v0.8.20/solc-static-linux"
RUN wget -c "https://github.com/ethereum/solidity/releases/download/v0.8.23/solc-static-linux"
RUN mv solc-static-linux /usr/local/bin/solc
RUN chmod a+x /usr/local/bin/solc

Expand Down

0 comments on commit e0d1ed6

Please sign in to comment.