Skip to content

Commit

Permalink
enhancement(releasing): Bump distroless base image to debian12 from d…
Browse files Browse the repository at this point in the history
…ebian11 (#20267)

Fixes #20265

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Apr 16, 2024
1 parent 1b0bdcf commit 304ed46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/20265-distroless-debian12.enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The distroless images have changed their base from Debian 11 to Debian 12.
2 changes: 1 addition & 1 deletion distribution/docker/distroless-libc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN mkdir -p /var/lib/vector

# distroless doesn't use static tags
# hadolint ignore=DL3007
FROM gcr.io/distroless/cc-debian11:latest
FROM gcr.io/distroless/cc-debian12:latest

COPY --from=builder /usr/bin/vector /usr/bin/vector
COPY --from=builder /usr/share/doc/vector /usr/share/doc/vector
Expand Down

0 comments on commit 304ed46

Please sign in to comment.