From 1ebff759e317a19ab07673017af20dce40c3e712 Mon Sep 17 00:00:00 2001 From: Hendarin Ono Date: Thu, 27 Jun 2024 11:27:43 +0700 Subject: [PATCH] bump version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e2424a..1f66093 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.1 +FROM thorax/erigon:v2.60.2 COPY --from=builder /app/build/bin/* /usr/local/bin/