We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8b99b commit 3f48779Copy full SHA for 3f48779
2 files changed
docker/aligned_base.Dockerfile
@@ -26,7 +26,7 @@ ENV PATH="/usr/local/go/bin:${PATH}"
26
# Install go deps
27
RUN go install github.com/maoueh/zap-pretty@v0.3.0
28
RUN go install github.com/ethereum/go-ethereum/cmd/abigen@latest
29
-RUN go install github.com/Layr-Labs/eigenlayer-cli/cmd/eigenlayer@latest
+RUN go install github.com/Layr-Labs/eigenlayer-cli/cmd/eigenlayer@v0.11.3
30
31
# Install rust
32
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
docker/eigenlayer-cli.Dockerfile
@@ -2,4 +2,4 @@ FROM golang:1.22.2-bookworm
2
3
COPY config-files/ ./config-files
4
5
0 commit comments