We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88d4a19 + 98a8217 commit c21aaa8Copy full SHA for c21aaa8
Dockerfile
@@ -5,5 +5,5 @@ RUN wget https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v
5
mv /app/build/bin/grpc_health_probe-linux-amd64 /app/build/bin/grpc_health_probe && \
6
chmod +x /app/build/bin/grpc_health_probe
7
8
-FROM thorax/erigon:2.60.5-amd64
+FROM thorax/erigon:v2.60.6
9
COPY --from=builder /app/build/bin/* /usr/local/bin/
0 commit comments