From 89924ad4c8b7c667283cb1d4da669019dd9b73e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:08:15 -0700 Subject: [PATCH] build(deps): bump distroless/base-debian12 from `d2890b2` to `5e24c7a` (#253) Bumps distroless/base-debian12 from `d2890b2` to `5e24c7a`. --- updated-dependencies: - dependency-name: distroless/base-debian12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pomerium-datasource-ip2location.dockerfile | 2 +- pomerium-datasource.dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pomerium-datasource-ip2location.dockerfile b/pomerium-datasource-ip2location.dockerfile index ef8ec6d..1c9f176 100644 --- a/pomerium-datasource-ip2location.dockerfile +++ b/pomerium-datasource-ip2location.dockerfile @@ -23,7 +23,7 @@ COPY ./internal/ ./internal/ COPY ./pkg/ ./pkg/ RUN make build -FROM gcr.io/distroless/base-debian12:debug@sha256:d2890b2740037c95fca7fe44c27e09e91f2e557c62cf0910d2569b0dedc98ddc +FROM gcr.io/distroless/base-debian12:debug@sha256:5e24c7a60ad746d78fd96034b6d043c00ef6ed94ec55ee7882d93162c939f3a1 COPY --from=build /build/bin/* /bin/ COPY --from=curl /download/IP2LOCATION-LITE-DB1.CSV.ZIP /usr/share/IP2LOCATION-LITE-DB1.CSV.ZIP diff --git a/pomerium-datasource.dockerfile b/pomerium-datasource.dockerfile index b22a75b..9986d43 100644 --- a/pomerium-datasource.dockerfile +++ b/pomerium-datasource.dockerfile @@ -12,7 +12,7 @@ COPY ./internal/ ./internal/ COPY ./pkg/ ./pkg/ RUN make build -FROM gcr.io/distroless/base-debian12:debug@sha256:d2890b2740037c95fca7fe44c27e09e91f2e557c62cf0910d2569b0dedc98ddc +FROM gcr.io/distroless/base-debian12:debug@sha256:5e24c7a60ad746d78fd96034b6d043c00ef6ed94ec55ee7882d93162c939f3a1 COPY --from=build /build/bin/* /bin/