Skip to content

Commit

Permalink
Revert "docker: temporarily pin crytic-compile @ 53167f3f3d63 (#912)" (
Browse files Browse the repository at this point in the history
…#1115)

This reverts commit 563886d.
The mentioned changes are now in a crytic-compile release.

Closes #1114
  • Loading branch information
elopez authored Oct 24, 2023
1 parent 31c187b commit 33f7b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update && \
ENV PIP_DISABLE_PIP_VERSION_CHECK=1
ENV PIP_NO_CACHE_DIR=1
RUN python3 -m venv /venv && /venv/bin/pip3 install --no-cache --upgrade setuptools pip
RUN /venv/bin/pip3 install --no-cache slither-analyzer solc-select "crytic-compile @ https://github.com/crytic/crytic-compile/archive/53167f3f3d63b73916b1660312a53fd952f2e3dd.zip"
RUN /venv/bin/pip3 install --no-cache slither-analyzer solc-select


FROM gcr.io/distroless/python3-debian11:nonroot AS final-distroless
Expand Down

0 comments on commit 33f7b46

Please sign in to comment.