Update to 3.0.2

This commit is contained in:
Docker Library Bot 2021-07-07 09:29:09 -07:00
parent 108e3c2f9c
commit 5fccac58c3
4 changed files with 8 additions and 8 deletions

View File

@ -13,8 +13,8 @@ RUN set -eux; \
ENV LANG C.UTF-8
ENV RUBY_MAJOR 3.0
ENV RUBY_VERSION 3.0.1
ENV RUBY_DOWNLOAD_SHA256 d06bccd382d03724b69f674bc46cd6957ba08ed07522694ce44b9e8ffc9c48e2
ENV RUBY_VERSION 3.0.2
ENV RUBY_DOWNLOAD_SHA256 570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built

View File

@ -13,8 +13,8 @@ RUN set -eux; \
ENV LANG C.UTF-8
ENV RUBY_MAJOR 3.0
ENV RUBY_VERSION 3.0.1
ENV RUBY_DOWNLOAD_SHA256 d06bccd382d03724b69f674bc46cd6957ba08ed07522694ce44b9e8ffc9c48e2
ENV RUBY_VERSION 3.0.2
ENV RUBY_DOWNLOAD_SHA256 570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built

View File

@ -10,8 +10,8 @@ RUN set -eux; \
ENV LANG C.UTF-8
ENV RUBY_MAJOR 3.0
ENV RUBY_VERSION 3.0.1
ENV RUBY_DOWNLOAD_SHA256 d06bccd382d03724b69f674bc46cd6957ba08ed07522694ce44b9e8ffc9c48e2
ENV RUBY_VERSION 3.0.2
ENV RUBY_DOWNLOAD_SHA256 570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built

View File

@ -24,8 +24,8 @@ RUN set -eux; \
ENV LANG C.UTF-8
ENV RUBY_MAJOR 3.0
ENV RUBY_VERSION 3.0.1
ENV RUBY_DOWNLOAD_SHA256 d06bccd382d03724b69f674bc46cd6957ba08ed07522694ce44b9e8ffc9c48e2
ENV RUBY_VERSION 3.0.2
ENV RUBY_DOWNLOAD_SHA256 570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built