diff --git a/k8s/Dockerfile b/k8s/Dockerfile index fa67aef1..d9dbbdc2 100644 --- a/k8s/Dockerfile +++ b/k8s/Dockerfile @@ -43,7 +43,7 @@ RUN groupadd -r cassandra --gid=999 && useradd -r -g cassandra --uid=999 --creat RUN apt-get update && apt-get install -y python3 python3-setuptools wget \ && rm -rf /var/lib/apt/lists/* -RUN GRPC_HEALTH_PROBE_VERSION=v0.3.2 && \ +RUN GRPC_HEALTH_PROBE_VERSION=v0.4.25 && \ 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