File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
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@latest
29+ RUN go install github.com/Layr-Labs/eigenlayer-cli/cmd/eigenlayer@v0.11.3
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@latest
5+ RUN go install github.com/Layr-Labs/eigenlayer-cli/cmd/eigenlayer@v0.11.3
You can’t perform that action at this time.
0 commit comments