diff --git a/Dockerfile b/Dockerfile index 51a9cc8..2611a6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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:2.60.5-amd64 +FROM thorax/erigon:v2.60.6 COPY --from=builder /app/build/bin/* /usr/local/bin/