Skip to content

Commit 751283a

Browse files
authored
Merge pull request #77 from DataDog/lloeki/update-ruby4
Update to Ruby 4.0.1
2 parents c763969 + 203da23 commit 751283a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/engines/ruby/4.0/Dockerfile.centos

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

103103
ENV LANG="en_US.UTF-8" \
104104
RUBY_MAJOR="4.0" \
105-
RUBY_VERSION="4.0.0" \
106-
RUBY_DOWNLOAD_SHA256="a72bacee9de07283ebc19baa4ac243b193129f21aa4e168c7186fb1fe7d07fe1"
105+
RUBY_VERSION="4.0.1" \
106+
RUBY_DOWNLOAD_SHA256="0531fe57dfdb56bf591620d2450642ea0e0964f3512a6ebee7dc9305de69395f"
107107

108108
# - Compile Ruby with `--disable-shared`
109109
# - Update gem version

src/engines/ruby/4.0/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:4.0.0
4+
FROM ruby:4.0.1
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/4.0/Dockerfile.musl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:4.0.0-alpine
1+
FROM ruby:4.0.1-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)