You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ RUN curl -fsSL https://foundry.paradigm.xyz | zsh
103
103
RUN foundryup
104
104
105
105
## 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
107
107
RUN cyfrinup
108
108
109
109
## Halmos
@@ -164,4 +164,4 @@ USER vscode
164
164
165
165
# 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:
0 commit comments