Skip to content

Commit

Permalink
Merge pull request #85 from chainstack/feature/v2.60.7-update
Browse files Browse the repository at this point in the history
Feature/v2.60.7-update
  • Loading branch information
darinvhs authored Sep 11, 2024
2 parents e5aa3a3 + 0c43322 commit ac0db68
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 erigontech/erigon:2.60.7
FROM --platform=linux/amd64/v2 erigontech/erigon:2.60.7
COPY --from=builder /app/build/bin/* /usr/local/bin/

0 comments on commit ac0db68

Please sign in to comment.