From f249c916ad45a76ec14ef62752a85275355c0a1e Mon Sep 17 00:00:00 2001 From: stuxf <70670632+stuxf@users.noreply.github.com> Date: Mon, 10 Mar 2025 15:15:54 -0700 Subject: [PATCH] Fix cyfrinup link --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'