We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7fbe5b commit cd92e41Copy full SHA for cd92e41
Dockerfile.cli
@@ -12,7 +12,7 @@ RUN apt install -y git
12
RUN apt install -y curl
13
RUN apt install -y unzip
14
15
-RUN curl -fsSL https://bun.sh/install | bash
+RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.23"
16
17
RUN curl -L https://foundry.paradigm.xyz | bash
18
RUN bash -ci "foundryup"
0 commit comments