CircleCI-Public / cimg-ruby

The CircleCI Ruby Docker Convenience Image.
https://circleci.com/developer/images/image/cimg/ruby
MIT License
33 stars 39 forks source link

Create and publish Ruby@3.3.1 #167

Closed antonhalim closed 6 months ago

antonhalim commented 6 months ago

For our official CircleCI Docker Convenience Image support policy, please see CircleCI docs.

This policy outlines the release, update, and deprecation policy for CircleCI Docker Convenience Images.


Description

Fixes #165

I want to get cimg/ruby:3.3.1 sooner than later, since this is open sourced, I'd like to help out. Perhaps this doesn't work so feel free to close the PR.

I mostly follow PR #153 in generating the version 3.3.0.

Reasons

There's a security bug in Ruby 3.3.0 detailed in the issue https://github.com/CircleCI-Public/cimg-ruby/issues/165. I'd like to get the updated build since our app build need to match the CI build ruby version.

If applicable, include a link to the related GitHub issue that this PR will close. https://github.com/CircleCI-Public/cimg-ruby/issues/165

Checklist

Please check through the following before opening your PR. Thank you!

joshhsoj1902 commented 6 months ago

@antonhalim Thanks for your contribution, I just merged the PR that the update bot created which addresses this.

https://github.com/CircleCI-Public/cimg-ruby/pull/168

antonhalim commented 6 months ago

Perfect, thank you!