grpc: bump health-probe to v0.2.0 (#71)

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-10-09 15:54:55 -07:00 committed by GitHub
parent dd0e26806d
commit 3b6d3864a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 10 deletions

View file

@ -11,7 +11,7 @@ RUN ./gradlew installDist
FROM openjdk:8-alpine
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