Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use debian bookworm as single binary base image #4311

Merged

Conversation

eapolinario
Copy link
Contributor

@eapolinario eapolinario commented Oct 26, 2023

Describe your changes

Use a newer version of debian as base image. This brings a newer version of openssl and other updates:

❯ docker run --rm -it debian:bullseye-slim bash -c "apt-get update && apt-get install --no-install-recommends --yes ca-certificates tini && openssl version" | grep OpenSSL
OpenSSL 1.1.1w  11 Sep 2023

❯ docker run --rm -it debian:bookworm-slim bash -c "apt-get update && apt-get install --no-install-recommends --yes ca-certificates tini && openssl version" | grep OpenSSL
OpenSSL 3.0.11 19 Sep 2023 (Library: OpenSSL 3.0.11 19 Sep 2023)

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Screenshots

Note to reviewers

Signed-off-by: Eduardo Apolinario <[email protected]>
@eapolinario eapolinario merged commit 494f8d9 into master Oct 27, 2023
14 checks passed
@eapolinario eapolinario deleted the use-debian-bookworm-as-base-image-in-single-binary branch October 27, 2023 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants