File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ GEMRC
102102
103103ENV 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments