Skip to content

Commit cd92e41

Browse files
committed
dockerfile: pin bun for cli
1 parent b7fbe5b commit cd92e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt install -y git
1212
RUN apt install -y curl
1313
RUN apt install -y unzip
1414

15-
RUN curl -fsSL https://bun.sh/install | bash
15+
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.23"
1616

1717
RUN curl -L https://foundry.paradigm.xyz | bash
1818
RUN bash -ci "foundryup"

0 commit comments

Comments
 (0)