Skip to content

Commit

Permalink
Add builds for Ruby 3.2.4 for upgrade due to CVE
Browse files Browse the repository at this point in the history
The image SHA256 (index digest) can be retrieved at
https://hub.docker.com/_/ruby/tags. The images used for these builds
are:
- ruby 3.2.4-slim-bookworm on linux/amd64
- ruby 3.2.4-bookworm on linux/amd64
  • Loading branch information
zuccamia committed Apr 24, 2024
1 parent 5293ef8 commit e3fd2ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-rails-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- ruby: '3.2.3'
folder: '3.1.x' # slim bookworm
tag: '3.2.3-slim@sha256:7bd0053d5820b233c060775c8fe21d25a9f3ee1ae4fb04bc8fe7887f9c44a2f3'
- ruby: '3.2.4'
folder: '3.1.x' # slim bookworm for linux/amd64
tag: '3.2.4-slim@sha256:3752526bb16284b5c8d5e45f2f83bae175e92cace720859d9e04700530392aa2'
container:
image: docker:git
env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-rails-buildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- ruby: '3.2.3'
folder: '3.1.x' # bookworm
tag: '3.2.3@sha256:5590025acebb13cacd5a5a4e5b0733c18d841318b8b788996bb88ce1fc64c565'
- ruby: '3.2.4'
folder: '3.1.x' # bookworm for linux/amd64
tag: '3.2.4@sha256:cf386d39f6a0fd0431a02bd1bb4acfa90673f763137ecb829875f9a3d9c26c5a'
- ruby: '3.3.0-preview1'
folder: '3.1.x' # bookworm
tag: '3.3.0-preview1@sha256:4eb0a0d89cac283399a31ab7c690e91e39de9eb836452ef48bc6f9b30f61854d'
Expand Down
1 change: 1 addition & 0 deletions rails-buildpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public.ecr.aws/degica/rails-buildpack:3.1.4
public.ecr.aws/degica/rails-buildpack:3.2.1
public.ecr.aws/degica/rails-buildpack:3.2.2
public.ecr.aws/degica/rails-buildpack:3.2.3
public.ecr.aws/degica/rails-buildpack:3.2.4
```

Additional older buildpacks can be found at https://gallery.ecr.aws/degica/rails-buildpack
Expand Down

0 comments on commit e3fd2ed

Please sign in to comment.