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.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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments