From a8894a29d23ca9a57cfc74191b88c40e4314001b Mon Sep 17 00:00:00 2001 From: Avinash Bodapati Date: Mon, 3 Jul 2023 10:48:11 +0530 Subject: [PATCH] v2.48.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d317b1..bd8ca09 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.47.0 +FROM thorax/erigon:v2.48.0 COPY --from=builder /app/build/bin/* /usr/local/bin/