File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ RUN set -eux; \
1313
1414ENV LANG C.UTF-8
1515ENV RUBY_MAJOR 3.0
16- ENV RUBY_VERSION 3.0.1
17- ENV RUBY_DOWNLOAD_SHA256 d06bccd382d03724b69f674bc46cd6957ba08ed07522694ce44b9e8ffc9c48e2
16+ ENV RUBY_VERSION 3.0.2
17+ ENV RUBY_DOWNLOAD_SHA256 570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40
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 @@ -13,8 +13,8 @@ RUN set -eux; \
1313
1414ENV LANG C.UTF-8
1515ENV RUBY_MAJOR 3.0
16- ENV RUBY_VERSION 3.0.1
17- ENV RUBY_DOWNLOAD_SHA256 d06bccd382d03724b69f674bc46cd6957ba08ed07522694ce44b9e8ffc9c48e2
16+ ENV RUBY_VERSION 3.0.2
17+ ENV RUBY_DOWNLOAD_SHA256 570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40
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 @@ -10,8 +10,8 @@ RUN set -eux; \
1010
1111ENV LANG C.UTF-8
1212ENV RUBY_MAJOR 3.0
13- ENV RUBY_VERSION 3.0.1
14- ENV RUBY_DOWNLOAD_SHA256 d06bccd382d03724b69f674bc46cd6957ba08ed07522694ce44b9e8ffc9c48e2
13+ ENV RUBY_VERSION 3.0.2
14+ ENV RUBY_DOWNLOAD_SHA256 570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40
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 @@ -24,8 +24,8 @@ RUN set -eux; \
2424
2525ENV LANG C.UTF-8
2626ENV RUBY_MAJOR 3.0
27- ENV RUBY_VERSION 3.0.1
28- ENV RUBY_DOWNLOAD_SHA256 d06bccd382d03724b69f674bc46cd6957ba08ed07522694ce44b9e8ffc9c48e2
27+ ENV RUBY_VERSION 3.0.2
28+ ENV RUBY_DOWNLOAD_SHA256 570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40
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