File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ENV PATH="/usr/local/go/bin:${PATH}"
2626# Install go deps
2727RUN go install github.com/maoueh/zap-pretty@v0.3.0
2828RUN go install github.com/ethereum/go-ethereum/cmd/abigen@latest
29- RUN go install github.com/Layr-Labs/eigenlayer-cli/cmd/eigenlayer@v0.11.3
29+ RUN go install github.com/Layr-Labs/eigenlayer-cli/cmd/eigenlayer@v0.13.0
3030
3131# Install rust
3232RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ FROM golang:1.22.2-bookworm
22
33COPY config-files/ ./config-files
44
5- RUN go install github.com/Layr-Labs/eigenlayer-cli/cmd/eigenlayer@v0.11.3
5+ RUN go install github.com/Layr-Labs/eigenlayer-cli/cmd/eigenlayer@v0.13.0
Original file line number Diff line number Diff line change 11FROM debian:bookworm-slim
22
3- ENV FOUNDRY_VERSION=nightly-a428ba6ad8856611339a6319290aade3347d25d9
3+ ENV FOUNDRY_VERSION=v1.1.0
44
55RUN apt update -y
66RUN apt upgrade -y
You can’t perform that action at this time.
0 commit comments