Skip to content

Commit efdebeb

Browse files
authored
Merge pull request #12 from stuxf/patch-1
Fix cyfrinup link
2 parents 5a305d4 + f249c91 commit efdebeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ RUN curl -fsSL https://foundry.paradigm.xyz | zsh
103103
RUN foundryup
104104

105105
## Aderyn
106-
RUN curl -fsSL https://raw.githubusercontent.com/Cyfrin/aderyn/dev/cyfrinup/install | zsh
106+
RUN curl -fsSL https://raw.githubusercontent.com/Cyfrin/up/main/install | zsh
107107
RUN cyfrinup
108108

109109
## Halmos
@@ -164,4 +164,4 @@ USER vscode
164164

165165
# 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:
166166
HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 CMD \
167-
zsh -c 'command -v echidna && command -v medusa && command -v slither && command -v solc && echo "OK" || exit 1'
167+
zsh -c 'command -v echidna && command -v medusa && command -v slither && command -v solc && echo "OK" || exit 1'

0 commit comments

Comments
 (0)