docker: temporarily pin crytic-compile @ 53167f3f3d63 (#912)

This commit has some important fixes for hardhat when used with
`--ignore-compile`.
pull/914/head
Emilio López 2 years ago committed by GitHub
parent 83c41d655e
commit 563886df8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker/Dockerfile

@ -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
RUN /venv/bin/pip3 install --no-cache slither-analyzer solc-select "crytic-compile @ https://github.com/crytic/crytic-compile/archive/53167f3f3d63b73916b1660312a53fd952f2e3dd.zip"
FROM gcr.io/distroless/python3-debian11:nonroot AS final-distroless

Loading…
Cancel
Save