Skip to content

Commit 68539ff

Browse files
authored
Merge pull request #68 from DataDog/lloeki/update
Update to Ruby 3.3.10
2 parents fe7868d + 55dd220 commit 68539ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/engines/ruby/3.3/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.3" \
88-
RUBY_VERSION="3.3.9" \
89-
RUBY_DOWNLOAD_SHA256="2b24a2180a2f7f63c099851a1d01e6928cf56d515d136a91bd2075423a7a76bb"
88+
RUBY_VERSION="3.3.10" \
89+
RUBY_DOWNLOAD_SHA256="3a06c3a709672a4ddae4e511d7e82f74799b8b3f550c8cf2d6f32089003cb84c"
9090

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

src/engines/ruby/3.3/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.3.9-bookworm
4+
FROM ruby:3.3.10-bookworm
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.3/Dockerfile.musl

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