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.
1 parent 70ad9f3 commit 95bcccdCopy full SHA for 95bcccd
Dockerfile
@@ -13,7 +13,7 @@ RUN groupadd -r fossildb \
13
&& chmod 777 . \
14
&& chown -R fossildb .
15
16
-RUN GRPC_HEALTH_PROBE_VERSION=v0.4.20 && \
+RUN GRPC_HEALTH_PROBE_VERSION=v0.2.0 && \
17
wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-amd64 && \
18
chmod +x /bin/grpc_health_probe
19
0 commit comments