From e3911e53e9d4ffa69509b35c58c58c19d56b203b Mon Sep 17 00:00:00 2001 From: NikitaSkrynnik Date: Fri, 5 Apr 2024 12:56:34 +0700 Subject: [PATCH] Update gRPC health probe to fix CVEs Signed-off-by: NikitaSkrynnik --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0f8338e..0d0fd8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV CGO_ENABLED=0 ENV GOBIN=/bin ARG BUILDARCH=amd64 RUN go install github.com/go-delve/delve/cmd/dlv@v1.8.2 -RUN go install github.com/grpc-ecosystem/grpc-health-probe@v0.4.22 +RUN go install github.com/grpc-ecosystem/grpc-health-probe@v0.4.25 ADD https://github.com/spiffe/spire/releases/download/v1.8.0/spire-1.8.0-linux-${BUILDARCH}-musl.tar.gz . RUN tar xzvf spire-1.8.0-linux-${BUILDARCH}-musl.tar.gz -C /bin --strip=2 spire-1.8.0/bin/spire-server spire-1.8.0/bin/spire-agent