Skip to content

Commit

Permalink
Bump the docker-all group with 2 updates (#495)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 28ad823 commit 17be581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.bun
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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/
Expand Down

0 comments on commit 17be581

Please sign in to comment.