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

Bump Ruby 3.4 to 3.4.1 #49

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/engines/ruby/3.4/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ GEMRC

ENV LANG="en_US.UTF-8" \
RUBY_MAJOR="3.4" \
RUBY_VERSION="3.4.0-preview2" \
RUBY_DOWNLOAD_SHA256="626bf4fe952323c15ec9a8999f470ec136ef91c0fc34c484646aaaa9a0b62ca7"
RUBY_VERSION="3.4.1" \
RUBY_DOWNLOAD_SHA256="018d59ffb52be3c0a6d847e22d3fd7a2c52d0ddfee249d3517a0c8c6dbfa70af"

# - Compile Ruby with `--disable-shared`
# - Update gem version
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.4/Dockerfile.gnu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# strip-tags: gnu
# append-tags: gcc

FROM ruby:3.4.0-preview2
FROM ruby:3.4.1

# A few RUN actions in Dockerfiles are subject to uncontrollable outside
# variability: an identical command would be the same from `docker build`'s
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.4/Dockerfile.musl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.4-rc-alpine
FROM ruby:3.4.1-alpine

# A few RUN actions in Dockerfiles are subject to uncontrollable outside
# variability: an identical command would be the same from `docker build`'s
Expand Down
Loading