mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Update to 3.0.0-rc1
This commit is contained in:
parent
886df6b547
commit
cb97d24839
3 changed files with 6 additions and 6 deletions
|
@ -13,8 +13,8 @@ RUN set -eux; \
|
||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
ENV RUBY_MAJOR 3.0-rc
|
ENV RUBY_MAJOR 3.0-rc
|
||||||
ENV RUBY_VERSION 3.0.0-preview2
|
ENV RUBY_VERSION 3.0.0-rc1
|
||||||
ENV RUBY_DOWNLOAD_SHA256 03078e82d4fb55c13837c69e56565fc49c451d11b1ca5e1b075d990d0957f181
|
ENV RUBY_DOWNLOAD_SHA256 f1adda082f9291e394d25ed32975abbef90962dc4c8b11130586a0151558e79a
|
||||||
|
|
||||||
# some of ruby's build scripts are written in ruby
|
# 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
|
# we purge system ruby later to make sure our final image uses what we just built
|
||||||
|
|
|
@ -10,8 +10,8 @@ RUN set -eux; \
|
||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
ENV RUBY_MAJOR 3.0-rc
|
ENV RUBY_MAJOR 3.0-rc
|
||||||
ENV RUBY_VERSION 3.0.0-preview2
|
ENV RUBY_VERSION 3.0.0-rc1
|
||||||
ENV RUBY_DOWNLOAD_SHA256 03078e82d4fb55c13837c69e56565fc49c451d11b1ca5e1b075d990d0957f181
|
ENV RUBY_DOWNLOAD_SHA256 f1adda082f9291e394d25ed32975abbef90962dc4c8b11130586a0151558e79a
|
||||||
|
|
||||||
# some of ruby's build scripts are written in ruby
|
# 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
|
# we purge system ruby later to make sure our final image uses what we just built
|
||||||
|
|
|
@ -24,8 +24,8 @@ RUN set -eux; \
|
||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
ENV RUBY_MAJOR 3.0-rc
|
ENV RUBY_MAJOR 3.0-rc
|
||||||
ENV RUBY_VERSION 3.0.0-preview2
|
ENV RUBY_VERSION 3.0.0-rc1
|
||||||
ENV RUBY_DOWNLOAD_SHA256 03078e82d4fb55c13837c69e56565fc49c451d11b1ca5e1b075d990d0957f181
|
ENV RUBY_DOWNLOAD_SHA256 f1adda082f9291e394d25ed32975abbef90962dc4c8b11130586a0151558e79a
|
||||||
|
|
||||||
# some of ruby's build scripts are written in ruby
|
# 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
|
# we purge system ruby later to make sure our final image uses what we just built
|
||||||
|
|
Loading…
Reference in a new issue