Skip to content

Commit

Permalink
build(deps): bump distroless/base in /health-probe-proxy (#7708)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 0a82de1 commit 1e91cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion health-probe-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

# syntax=docker/dockerfile:1

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

0 comments on commit 1e91cbd

Please sign in to comment.