Skip to content

Commit

Permalink
bump to v2.60.4
Browse files Browse the repository at this point in the history
  • Loading branch information
naviat committed Jul 12, 2024
1 parent 58dbc32 commit ba91fe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.20 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/ && \
RUN wget https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.28/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 thorax/erigon:v2.60.2
FROM thorax/erigon:v2.60.4
COPY --from=builder /app/build/bin/* /usr/local/bin/

0 comments on commit ba91fe1

Please sign in to comment.