We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9df9bc commit 2fb47c1Copy full SHA for 2fb47c1
docker/aligned_base.Dockerfile
@@ -24,7 +24,7 @@ RUN rm -rf /var/lib/apt/lists/*
24
ENV PATH="/usr/local/go/bin:${PATH}"
25
26
# Install go deps
27
-RUN go install github.com/maoueh/zap-pretty@latest
+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
30
0 commit comments