Skip to content

Commit

Permalink
Merge pull request #49 from DataDog/lloeki/bump-to-3.4.1
Browse files Browse the repository at this point in the history
Bump Ruby 3.4 to 3.4.1
  • Loading branch information
lloeki authored Jan 2, 2025
2 parents d515e1a + a777181 commit a8072c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit a8072c6

Please sign in to comment.