Skip to content

Commit 8777e4e

Browse files
build(deps): bump distroless/base in /health-probe-proxy (#8646)
Bumps distroless/base from `74ddbf5` to `125eb09`. --- 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 b894900 commit 8777e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

health-probe-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
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:74ddbf52d93fafbdd21b399271b0b4aac1babf8fa98cab59e5692e01169a1348
17+
FROM gcr.io/distroless/base:latest@sha256:125eb09bbd8e818da4f9eac0dfc373892ca75bec4630aa642d315ecf35c1afb7
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)