Skip to content

Commit fe7868d

Browse files
authored
Merge pull request #66 from DataDog/lloeki/update-ruby
Update Ruby to 3.4.7
2 parents ca0bf20 + 700b451 commit fe7868d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/engines/ruby/3.4/Dockerfile.centos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ GEMRC
8585

8686
ENV LANG="en_US.UTF-8" \
8787
RUBY_MAJOR="3.4" \
88-
RUBY_VERSION="3.4.6" \
89-
RUBY_DOWNLOAD_SHA256="804995bc22938aa475127000d3103cb133409ad3955edfc0e7412be66a4859b8"
88+
RUBY_VERSION="3.4.7" \
89+
RUBY_DOWNLOAD_SHA256="db425a86f6e07546957578f4946cc700a91e7fd51115a86c56e096f30e0530c7"
9090

9191
# - Compile Ruby with `--disable-shared`
9292
# - Update gem version

src/engines/ruby/3.4/Dockerfile.gnu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# strip-tags: gnu
22
# append-tags: gcc
33

4-
FROM ruby:3.4.6
4+
FROM ruby:3.4.7
55

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

src/engines/ruby/3.4/Dockerfile.musl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.6-alpine
1+
FROM ruby:3.4.7-alpine
22

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

0 commit comments

Comments
 (0)