diff --git a/Dockerfile b/Dockerfile index f0ea6e4..63a7aed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -103,7 +103,7 @@ RUN curl -fsSL https://foundry.paradigm.xyz | zsh RUN foundryup ## Aderyn -RUN curl -fsSL https://raw.githubusercontent.com/Cyfrin/aderyn/dev/cyfrinup/install | zsh +RUN curl -fsSL https://raw.githubusercontent.com/Cyfrin/up/main/install | zsh RUN cyfrinup ## Halmos @@ -164,4 +164,4 @@ USER vscode # Example HEALTHCHECK, we don't need once since we're not using services. If you add services in the future, you would need to add "something" like this: HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 CMD \ - zsh -c 'command -v echidna && command -v medusa && command -v slither && command -v solc && echo "OK" || exit 1' \ No newline at end of file + zsh -c 'command -v echidna && command -v medusa && command -v slither && command -v solc && echo "OK" || exit 1'