Browse Source

build(deps): bump distroless/static-debian13 from `b5b9fd0` to `f9f84bd` (#4468)

Bumps distroless/static-debian13 from `b5b9fd0` to `f9f84bd`.

---
updated-dependencies:
- dependency-name: distroless/static-debian13
  dependency-version: nonroot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/4478/head
dependabot[bot] 2 months ago committed by GitHub
parent
commit
ecdd0b84ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Dockerfile

2
Dockerfile

@ -55,7 +55,7 @@ RUN wget -O /usr/local/bin/gomplate \
# For Dependabot to detect base image versions
FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 AS alpine
FROM gcr.io/distroless/static-debian13:nonroot@sha256:b5b9fd04c8dcf72a173183c0b7dee47e053e002246b308a59f3441db7b8b9cc4 AS distroless
FROM gcr.io/distroless/static-debian13:nonroot@sha256:f9f84bd968430d7d35e8e6d55c40efb0b980829ec42920a49e60e65eac0d83fc AS distroless
FROM $BASE_IMAGE

Loading…
Cancel
Save