Skip to content

Commit

Permalink
Bump docker/library/debian
Browse files Browse the repository at this point in the history
Bumps docker/library/debian from bookworm-20240926-slim to bookworm-20241016-slim.

---
updated-dependencies:
- dependency-name: docker/library/debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 794e6e1 commit 232fe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN cd /out && \
FROM scratch AS xx
COPY --from=xx-build /out/ /usr/bin/

FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/debian:bookworm-20240926-slim AS base
FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/debian:bookworm-20241016-slim AS base

# Install platform agnostic build dependencies
RUN apt-get update && apt-get install -y clang lld cmake git
Expand Down

0 comments on commit 232fe4b

Please sign in to comment.