Skip to content

Commit

Permalink
Merge pull request #93 from chainstack/feature/v2.61.0-fix
Browse files Browse the repository at this point in the history
v2.61.0
  • Loading branch information
darinvhs authored Feb 4, 2025
2 parents 9900479 + a31caf9 commit 1e450f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM docker.io/library/golang:1.18-alpine3.15 AS builder
FROM docker.io/library/golang:1.22-alpine3.18 AS builder

WORKDIR /app/build/bin
RUN wget https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.11/grpc_health_probe-linux-amd64 -P /app/build/bin/ && \
mv /app/build/bin/grpc_health_probe-linux-amd64 /app/build/bin/grpc_health_probe && \
chmod +x /app/build/bin/grpc_health_probe

FROM --platform=linux/amd64/v2 erigontech/erigon:2.61.0
FROM --platform=linux/amd64/v2 erigontech/erigon:v2.61.0
COPY --from=builder /app/build/bin/* /usr/local/bin/

0 comments on commit 1e450f8

Please sign in to comment.