Skip to content

Commit

Permalink
chore(sidecar): use bookworm for package base
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
Dominik Rosiek committed Jun 28, 2023
1 parent a1fd0a8 commit e65363a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidecar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN make all

# Manually upgrade libc and zlib to address https://www.cve.org/CVERecord?id=CVE-2022-37434 and https://www.cve.org/CVERecord?id=CVE-2021-3999
# TODO: Revert this after fluent-bit 1.9.9 is released
FROM debian:bullseye-slim as deb-extractor
FROM debian:bookworm-slim as deb-extractor

# We download all debs locally then extract them into a directory we can use as the root for distroless.
# This is directly copied from Fluent Bit's upstream Dockerfile
Expand Down

0 comments on commit e65363a

Please sign in to comment.