From 0a500e9d6024bde4cf2b72bcb85902b03542a166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:39:55 +0000 Subject: [PATCH] Bump distroless/static in /health-probe-proxy Bumps distroless/static from `4197211` to `ce46866`. --- updated-dependencies: - dependency-name: distroless/static dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- health-probe-proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health-probe-proxy/Dockerfile b/health-probe-proxy/Dockerfile index c033e4919e..c613885f83 100644 --- a/health-probe-proxy/Dockerfile +++ b/health-probe-proxy/Dockerfile @@ -14,6 +14,6 @@ # syntax=docker/dockerfile:1 -FROM gcr.io/distroless/static@sha256:41972110a1c1a5c0b6adb283e8aa092c43c31f7c5d79b8656fbffff2c3e61f05 +FROM gcr.io/distroless/static@sha256:ce46866b3a5170db3b49364900fb3168dc0833dfb46c26da5c77f22abb01d8c3 COPY bin/health-probe-proxy /usr/local/bin/health-probe-proxy ENTRYPOINT [ "/usr/local/bin/health-probe-proxy" ]