From 797d746a21ad33d43e19d05fd046ef1ba759b2f0 Mon Sep 17 00:00:00 2001 From: Hendarin Ono Date: Mon, 15 Jul 2024 11:34:19 +0700 Subject: [PATCH] v2.60.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f66093..36c955b 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.2 +FROM thorax/erigon:v2.60.3 COPY --from=builder /app/build/bin/* /usr/local/bin/