Skip to content

Commit 2fb47c1

Browse files
OppenJuArce
andauthored
hotfix: pin zap-pretty dep in dockerfile (#1652)
Co-authored-by: Julian Arce <[email protected]>
1 parent a9df9bc commit 2fb47c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/aligned_base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN rm -rf /var/lib/apt/lists/*
2424
ENV PATH="/usr/local/go/bin:${PATH}"
2525

2626
# Install go deps
27-
RUN go install github.com/maoueh/zap-pretty@latest
27+
RUN go install github.com/maoueh/zap-pretty@v0.3.0
2828
RUN go install github.com/ethereum/go-ethereum/cmd/abigen@latest
2929
RUN go install github.com/Layr-Labs/eigenlayer-cli/cmd/eigenlayer@latest
3030

0 commit comments

Comments
 (0)