From 7f12b1fdfd15cdebf027cfe3aeaab97d28683b61 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 10 Nov 2023 09:02:50 +0200 Subject: [PATCH] Dockerfile: bump grpc-health-probe to v0.4.22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5b397a11e..026bc36a2 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.19 && \ +RUN GRPC_HEALTH_PROBE_VERSION=v0.4.22 && \ 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