From 33f7b46d5846f219c2a8f0709a44ff9a63a67c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= <2642849+elopez@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:56:27 -0300 Subject: [PATCH] Revert "docker: temporarily pin crytic-compile @ 53167f3f3d63 (#912)" (#1115) This reverts commit 563886df8baf4971e7104fd0d96783419c5ec81c. The mentioned changes are now in a crytic-compile release. Closes #1114 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 41cc0f5db..9fd12a026 100644 --- a/docker/Dockerfile +++ b/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 "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