From f8c1018d2de4519cb6d305b1223bd71021d32c7c Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Tue, 9 Oct 2018 10:19:35 -0700 Subject: [PATCH] v0.2.0 Signed-off-by: Ahmet Alp Balkan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d5f6d6a..e2799d8b 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ You can bundle the statically compiled `grpc_health_probe` in your container image. Choose a [binary release][rel] and download it in your Dockerfile: ``` -RUN GRPC_HEALTH_PROBE_VERSION=v0.1.0-alpha.1 && \ +RUN GRPC_HEALTH_PROBE_VERSION=v0.2.0 && \ 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 && \ chmod +x /bin/grpc_health_probe ```