From e8f5eb2b2dfb7677e5588a08f980533c740e2e30 Mon Sep 17 00:00:00 2001 From: Hendarin Ono Date: Fri, 26 Jul 2024 16:49:16 +0700 Subject: [PATCH] v2.60.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a9911f..7845cad 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:v2.60.4 +FROM thorax/erigon:v2.60.5 COPY --from=builder /app/build/bin/* /usr/local/bin/