From 17be5810225b11ec71cf260c0922ed80bc9ced70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:18:10 +0100 Subject: [PATCH] Bump the docker-all group with 2 updates (#495) Bumps the docker-all group with 2 updates: distroless/cc-debian12 and oven/bun. Updates `distroless/cc-debian12` from `b87a508` to `fe61a50` Updates `oven/bun` from 1.1.31-debian to 1.1.33-debian --- updated-dependencies: - dependency-name: distroless/cc-debian12 dependency-type: direct:production dependency-group: docker-all - dependency-name: oven/bun dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-all ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.bun | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1942f7e..9d3de70 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:b87a508b00d860ed416e7a3ee3ff29437e7daa4a0b3e2abffe618f9678417042 AS main +FROM gcr.io/distroless/cc-debian12:nonroot@sha256:fe61a509ada74719dbab670d4c0d127bd9b2e0114d18d4bb0a3b25c5d6695a49 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 990b4b0..2ef3722 100644 --- a/Dockerfile.bun +++ b/Dockerfile.bun @@ -2,7 +2,7 @@ ## "build" stage ################################################## -FROM docker.io/oven/bun:1.1.31-debian@sha256:e0139b1f0f2e96c2bc39737e4f74837e84b6248b8939676c2490416d5b6f0b1d AS build +FROM docker.io/oven/bun:1.1.33-debian@sha256:c4c8bcc0d47cc2d2c0c325664aec47f4a7e9ea26f982884d58bdcfa31c7f1560 AS build ENV BUN_INSTALL=/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:b87a508b00d860ed416e7a3ee3ff29437e7daa4a0b3e2abffe618f9678417042 AS main +FROM gcr.io/distroless/cc-debian12:nonroot@sha256:fe61a509ada74719dbab670d4c0d127bd9b2e0114d18d4bb0a3b25c5d6695a49 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/