File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:22 .04
1
+ FROM ubuntu:24 .04
2
2
3
3
RUN apt-get update \
4
4
&& apt-get install -y make curl git software-properties-common jq \
5
5
&& add-apt-repository -y ppa:longsleep/golang-backports \
6
6
&& add-apt-repository -y ppa:ethereum/ethereum \
7
7
&& apt-get update \
8
- && apt-get install -y golang-1.22 ethereum \
8
+ && apt-get install -y golang-1.22 ethereum=1.14.3+build29843+noble \
9
9
&& curl -L https://foundry.paradigm.xyz | bash \
10
10
&& /root/.foundry/bin/foundryup
11
11
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ if [[ "$OS" == "linux" ]]; then
7
7
sudo apt-get install -y make curl git software-properties-common jq
8
8
sudo add-apt-repository -y ppa:ethereum/ethereum
9
9
sudo apt-get update
10
- sudo apt-get install abigen
10
+ sudo apt-get install ethereum=1.14.3+build29843+noble
11
11
curl -L https://foundry.paradigm.xyz | bash
12
12
elif [[ " $OS " == " darwin" ]]; then
13
13
brew tap ethereum/ethereum
14
- brew install libusb ethereum
14
+ brew install libusb ethereum@1.14.3
15
15
curl -L https://foundry.paradigm.xyz | bash
16
16
else
17
17
echo " Unsupported OS: $OS "
You can’t perform that action at this time.
0 commit comments