From b69087426b236adeee937961f8db6badb816c7ee Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Mon, 17 Apr 2023 14:30:08 +0300 Subject: [PATCH] Dockerfile: bump grpc-health-probe to v0.4.18 A new version that was just released. (cherry picked from commit ecc242d78ac00e4a6d483a00ac03b96767f7bd71) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1b9106a3..e16a872af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG BASE_IMAGE_MINIMAL FROM ${BUILDER_IMAGE} as builder # Build and install the grpc-health-probe binary -RUN GRPC_HEALTH_PROBE_VERSION=v0.4.6 && \ +RUN GRPC_HEALTH_PROBE_VERSION=v0.4.18 && \ go install github.com/grpc-ecosystem/grpc-health-probe@${GRPC_HEALTH_PROBE_VERSION} \ # Rename it as it's referenced as grpc_health_probe in the deployment yamls # and in its own project https://github.com/grpc-ecosystem/grpc-health-probe