Skip to content

Commit 1db2e55

Browse files
authored
fix: Upgrading grpc_health_probe to 0.4.48 to patch CVE-2025-68121 (#4745)
Signed-off-by: Aaron Levy <aaronmaxlevy@gmail.com>
1 parent 2384faf commit 1db2e55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/images/manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN make build-manager-server && make install-manager
3030

3131
FROM ${BASE_IMAGE} AS health
3232

33-
ENV GRPC_HEALTH_PROBE_VERSION=v0.4.24
33+
ENV GRPC_HEALTH_PROBE_VERSION=v0.4.48
3434

3535
RUN if [ "$(uname -m)" = "ppc64le" ]; then \
3636
wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-ppc64le; \

build/images/scheduler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN make build-scheduler && make install-scheduler
1616

1717
FROM ${BASE_IMAGE} AS health
1818

19-
ENV GRPC_HEALTH_PROBE_VERSION=v0.4.24
19+
ENV GRPC_HEALTH_PROBE_VERSION=v0.4.48
2020

2121
RUN if [ "$(uname -m)" = "ppc64le" ]; then \
2222
wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-ppc64le; \

0 commit comments

Comments
 (0)