Skip to content

Commit 1e91cbd

Browse files
build(deps): bump distroless/base in /health-probe-proxy (#7708)
Bumps distroless/base from `7a4bffc` to `e9d0321`. --- updated-dependencies: - dependency-name: distroless/base dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a82de1 commit 1e91cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

health-probe-proxy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
# syntax=docker/dockerfile:1
1616

17-
FROM gcr.io/distroless/base:latest@sha256:7a4bffcb07307d97aa731b50cb6ab22a68a8314426f4e4428335939b5b1943a5
17+
FROM gcr.io/distroless/base:latest@sha256:e9d0321de8927f69ce20e39bfc061343cce395996dfc1f0db6540e5145bc63a5
1818
COPY bin/health-probe-proxy /usr/local/bin/health-probe-proxy
1919
ENTRYPOINT [ "/usr/local/bin/health-probe-proxy" ]

0 commit comments

Comments
 (0)