From 036c937db524a36a36fe9a629cfe3608d3739ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 23:40:34 +0000 Subject: [PATCH 1/2] Bump distroless/static from `2556293` to `66cd130` in /hack Bumps distroless/static from `2556293` to `66cd130`. --- updated-dependencies: - dependency-name: distroless/static dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hack/Dockerfile_fips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/Dockerfile_fips b/hack/Dockerfile_fips index eeba02e0..fd1fe804 100644 --- a/hack/Dockerfile_fips +++ b/hack/Dockerfile_fips @@ -54,7 +54,7 @@ RUN \ ln -s /usr/local/bin/pinniped-server /usr/local/bin/local-user-authenticator # Use a distroless runtime image with CA certificates, timezone data, and not much else. -FROM gcr.io/distroless/static:nonroot@sha256:66cd130e90992bebb68b8735a72f8ad154d0cd4a6f3a8b76f1e372467818d1b4 +FROM gcr.io/distroless/static:nonroot@sha256:1f580b0a1922c3e54ae15b0758b5747b260bd99d39d40c2edb3e7f6e2452298b # Copy the server binary from the build-env stage. COPY --from=build-env /usr/local/bin /usr/local/bin From f320a04125e9a814bf6e7bb443693729e93c4c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 23:40:35 +0000 Subject: [PATCH 2/2] Bump distroless/static from `2556293` to `66cd130` Bumps distroless/static from `2556293` to `66cd130`. --- updated-dependencies: - dependency-name: distroless/static dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index abba52b9..e93e6b50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN \ ln -s /usr/local/bin/pinniped-server /usr/local/bin/local-user-authenticator # Use a distroless runtime image with CA certificates, timezone data, and not much else. -FROM gcr.io/distroless/static:nonroot@sha256:66cd130e90992bebb68b8735a72f8ad154d0cd4a6f3a8b76f1e372467818d1b4 +FROM gcr.io/distroless/static:nonroot@sha256:1f580b0a1922c3e54ae15b0758b5747b260bd99d39d40c2edb3e7f6e2452298b # Copy the server binary from the build-env stage. COPY --from=build-env /usr/local/bin /usr/local/bin