Skip to content

Commit

Permalink
Revert "docker: temporarily pin crytic-compile @ 53167f3f3d63 (#912)"
Browse files Browse the repository at this point in the history
This reverts commit 563886d.
The mentioned changes are now in a crytic-compile release.

Closes #1114
  • Loading branch information
elopez committed Sep 8, 2023
1 parent 21e6e52 commit 43ef1a8
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 43ef1a8

Please sign in to comment.