Conversation
Member
Author
bookworm don't have |
Member
Author
|
I fixed that with 07c5a72 |
Member
Author
This image is broken with podman on macOS. |
There was a problem hiding this comment.
Pull request overview
This pull request updates the base Docker image from Debian Bullseye to Debian Bookworm, enabling support for newer Ruby versions (3.1+, 3.4, 4.0) while maintaining compatibility with historic Ruby versions through a multi-stage build approach.
Changes:
- Updated base image from
debian:bullseyetodebian:bookwormfor the primary build stages - Updated system Ruby from 2.7 to 3.1 and associated libraries (libffi7→libffi8, libssl1.1→libssl3)
- Reorganized multi-stage build to isolate Ruby version ranges across three build stages (buster for 0.x-2.0, bullseye for 1.2-3.0, bookworm for 3.1+)
- Added libcrypt.so.1.1.0 workaround for Ruby 0.x and 1.1x compatibility
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.