From 2589a16e9d8f38bb07bca29b66423122f0fcee59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:58:12 +0200 Subject: [PATCH] Bump distroless/cc-debian12 from `b9452f5` to `eeb716b` (#452) Bumps distroless/cc-debian12 from `b9452f5` to `eeb716b`. --- updated-dependencies: - dependency-name: distroless/cc-debian12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.bun | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 91424ad..673806d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN --mount=type=cache,id=npm,dst=/npm/ \ ## "main" stage ################################################## -FROM gcr.io/distroless/cc-debian12:nonroot@sha256:b9452f5cd004c1610d4056be70343a8a7ea3d46bcf0fda3ce90f1ed90e70989c AS main +FROM gcr.io/distroless/cc-debian12:nonroot@sha256:eeb716b8a36ecf37992cb8f1e716a4b5737c086fd3bcbb08b5c9588ad5c8a701 AS main COPY --from=build --chown=0:0 --chmod=755 /usr/local/bin/node /node COPY --from=build --chown=0:0 --chmod=644 /src/dist/ /app/ diff --git a/Dockerfile.bun b/Dockerfile.bun index 2a4dc8d..1b54501 100644 --- a/Dockerfile.bun +++ b/Dockerfile.bun @@ -25,7 +25,7 @@ RUN --mount=type=cache,id=bun,dst=/bun/install/cache/ \ ## "main" stage ################################################## -FROM gcr.io/distroless/cc-debian12:nonroot@sha256:b9452f5cd004c1610d4056be70343a8a7ea3d46bcf0fda3ce90f1ed90e70989c AS main +FROM gcr.io/distroless/cc-debian12:nonroot@sha256:eeb716b8a36ecf37992cb8f1e716a4b5737c086fd3bcbb08b5c9588ad5c8a701 AS main COPY --from=build --chown=0:0 --chmod=755 /usr/local/bin/bun /bun COPY --from=build --chown=0:0 --chmod=644 /src/dist/ /app/