Skip to content

Commit

Permalink
Merge pull request #43 from chainstack/feature/erigon-2.43.1
Browse files Browse the repository at this point in the history
feature/erigon-2.43.1
  • Loading branch information
darinvhs authored Jun 8, 2023
2 parents 6575c0a + 9db34bc commit 93c8213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ RUN wget https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v
mv /app/build/bin/grpc_health_probe-linux-amd64 /app/build/bin/grpc_health_probe && \
chmod +x /app/build/bin/grpc_health_probe

FROM thorax/erigon:v2.43.0
FROM thorax/erigon:v2.43.1
COPY --from=builder /app/build/bin/* /usr/local/bin/

0 comments on commit 93c8213

Please sign in to comment.