From 25541bfa4d0f138c4024d1ee57b469a106b450f7 Mon Sep 17 00:00:00 2001 From: ddl-ebrown Date: Fri, 29 Mar 2024 17:23:21 -0700 Subject: [PATCH] Upgrade grpc health probe 0.4.11 -> 0.4.25 - Resolves vulnerability scans for the grpc health probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/tag/v0.4.25 https://github.com/grpc-ecosystem/grpc-health-probe/compare/v0.4.11...v0.4.25 Resolves CVE-2023-39325 CVE-2022-41723 CVE-2022-41716 CVE-2022-27664 CVE-2023-44487 CVE-2023-44487 CVE-2022-41717 CVE-2022-29526 CVE-2024-28180 Signed-off-by: ddl-ebrown --- Dockerfile.datacatalog | 4 ++-- Dockerfile.flyteadmin | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.datacatalog b/Dockerfile.datacatalog index 16ef312c15..ffda0ca8db 100644 --- a/Dockerfile.datacatalog +++ b/Dockerfile.datacatalog @@ -15,10 +15,10 @@ RUN apk add git openssh-client make curl RUN mkdir /artifacts # Pull GRPC health probe binary for liveness and readiness checks -RUN GRPC_HEALTH_PROBE_VERSION=v0.4.11 && \ +RUN GRPC_HEALTH_PROBE_VERSION=v0.4.25 && \ wget -qO/artifacts/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-amd64 && \ chmod +x /artifacts/grpc_health_probe && \ - echo 'ded15e598d887ccc47bf2321371950bbf930f5e4856b9f75712ce4b2b5120480 /artifacts/grpc_health_probe' > .grpc_checksum && \ + echo 'd14037ad94518eac8dbe57c146d6c2ca808f7f32600ee0c4057ef4b03ee0e42e /artifacts/grpc_health_probe' > .grpc_checksum && \ sha256sum -c .grpc_checksum WORKDIR /go/src/github.com/flyteorg/datacatalog diff --git a/Dockerfile.flyteadmin b/Dockerfile.flyteadmin index bf92438380..fa8b3acbd3 100644 --- a/Dockerfile.flyteadmin +++ b/Dockerfile.flyteadmin @@ -15,10 +15,10 @@ RUN apk add git openssh-client make curl RUN mkdir /artifacts # Pull GRPC health probe binary for liveness and readiness checks -RUN GRPC_HEALTH_PROBE_VERSION=v0.4.11 && \ +RUN GRPC_HEALTH_PROBE_VERSION=v0.4.25 && \ wget -qO/artifacts/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-amd64 && \ chmod +x /artifacts/grpc_health_probe && \ - echo 'ded15e598d887ccc47bf2321371950bbf930f5e4856b9f75712ce4b2b5120480 /artifacts/grpc_health_probe' > .grpc_checksum && \ + echo 'd14037ad94518eac8dbe57c146d6c2ca808f7f32600ee0c4057ef4b03ee0e42e /artifacts/grpc_health_probe' > .grpc_checksum && \ sha256sum -c .grpc_checksum WORKDIR /go/src/github.com/flyteorg/flyteadmin