We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e450f8 + 7e587a2 commit 7ae9d66Copy full SHA for 7ae9d66
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 --platform=linux/amd64/v2 erigontech/erigon:v2.61.0
+FROM --platform=linux/amd64/v2 erigontech/erigon:v2.61.1
9
COPY --from=builder /app/build/bin/* /usr/local/bin/
0 commit comments