Skip to content

Commit 95bcccd

Browse files
committed
old health check version
1 parent 70ad9f3 commit 95bcccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN groupadd -r fossildb \
1313
&& chmod 777 . \
1414
&& chown -R fossildb .
1515

16-
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.20 && \
16+
RUN GRPC_HEALTH_PROBE_VERSION=v0.2.0 && \
1717
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 && \
1818
chmod +x /bin/grpc_health_probe
1919

0 commit comments

Comments
 (0)