Skip to content

Commit

Permalink
Merge pull request #2 from klkvr/klkvr/update-rev
Browse files Browse the repository at this point in the history
update solidity commit
  • Loading branch information
fgimenez authored Aug 5, 2024
2 parents cd02b28 + 83eee39 commit be033f0
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 @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
update-ca-certificates

WORKDIR /app/solidity
RUN git clone https://github.com/ipsilon/solidity . && git checkout c49b88b
RUN git clone https://github.com/klkvr/solidity . && git checkout 88cf606

RUN mkdir build && \
cd build && \
Expand Down

0 comments on commit be033f0

Please sign in to comment.