File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8585
8686ENV 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments