File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ RUN set -eux; \
1212 } >> /usr/local/etc/gemrc
1313
1414ENV LANG C.UTF-8
15- ENV RUBY_MAJOR 3.0-rc
16- ENV RUBY_VERSION 3.0.0-rc1
17- ENV RUBY_DOWNLOAD_SHA256 f1adda082f9291e394d25ed32975abbef90962dc4c8b11130586a0151558e79a
15+ ENV RUBY_MAJOR 3.0
16+ ENV RUBY_VERSION 3.0.0
17+ ENV RUBY_DOWNLOAD_SHA256 68bfaeef027b6ccd0032504a68ae69721a70e97d921ff328c0c8836c798f6cb1
1818
1919# some of ruby's build scripts are written in ruby
2020# we purge system ruby later to make sure our final image uses what we just built
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ RUN set -eux; \
99 } >> /usr/local/etc/gemrc
1010
1111ENV LANG C.UTF-8
12- ENV RUBY_MAJOR 3.0-rc
13- ENV RUBY_VERSION 3.0.0-rc1
14- ENV RUBY_DOWNLOAD_SHA256 f1adda082f9291e394d25ed32975abbef90962dc4c8b11130586a0151558e79a
12+ ENV RUBY_MAJOR 3.0
13+ ENV RUBY_VERSION 3.0.0
14+ ENV RUBY_DOWNLOAD_SHA256 68bfaeef027b6ccd0032504a68ae69721a70e97d921ff328c0c8836c798f6cb1
1515
1616# some of ruby's build scripts are written in ruby
1717# we purge system ruby later to make sure our final image uses what we just built
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ RUN set -eux; \
2323 } >> /usr/local/etc/gemrc
2424
2525ENV LANG C.UTF-8
26- ENV RUBY_MAJOR 3.0-rc
27- ENV RUBY_VERSION 3.0.0-rc1
28- ENV RUBY_DOWNLOAD_SHA256 f1adda082f9291e394d25ed32975abbef90962dc4c8b11130586a0151558e79a
26+ ENV RUBY_MAJOR 3.0
27+ ENV RUBY_VERSION 3.0.0
28+ ENV RUBY_DOWNLOAD_SHA256 68bfaeef027b6ccd0032504a68ae69721a70e97d921ff328c0c8836c798f6cb1
2929
3030# some of ruby's build scripts are written in ruby
3131# we purge system ruby later to make sure our final image uses what we just built
You can’t perform that action at this time.
0 commit comments