File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ RUN set -eux; \
13
13
14
14
ENV LANG C.UTF-8
15
15
ENV RUBY_MAJOR 3.0-rc
16
- ENV RUBY_VERSION 3.0.0-preview2
17
- ENV RUBY_DOWNLOAD_SHA256 03078e82d4fb55c13837c69e56565fc49c451d11b1ca5e1b075d990d0957f181
16
+ ENV RUBY_VERSION 3.0.0-rc1
17
+ ENV RUBY_DOWNLOAD_SHA256 f1adda082f9291e394d25ed32975abbef90962dc4c8b11130586a0151558e79a
18
18
19
19
# some of ruby's build scripts are written in ruby
20
20
# 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; \
10
10
11
11
ENV LANG C.UTF-8
12
12
ENV RUBY_MAJOR 3.0-rc
13
- ENV RUBY_VERSION 3.0.0-preview2
14
- ENV RUBY_DOWNLOAD_SHA256 03078e82d4fb55c13837c69e56565fc49c451d11b1ca5e1b075d990d0957f181
13
+ ENV RUBY_VERSION 3.0.0-rc1
14
+ ENV RUBY_DOWNLOAD_SHA256 f1adda082f9291e394d25ed32975abbef90962dc4c8b11130586a0151558e79a
15
15
16
16
# some of ruby's build scripts are written in ruby
17
17
# 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; \
24
24
25
25
ENV LANG C.UTF-8
26
26
ENV RUBY_MAJOR 3.0-rc
27
- ENV RUBY_VERSION 3.0.0-preview2
28
- ENV RUBY_DOWNLOAD_SHA256 03078e82d4fb55c13837c69e56565fc49c451d11b1ca5e1b075d990d0957f181
27
+ ENV RUBY_VERSION 3.0.0-rc1
28
+ ENV RUBY_DOWNLOAD_SHA256 f1adda082f9291e394d25ed32975abbef90962dc4c8b11130586a0151558e79a
29
29
30
30
# some of ruby's build scripts are written in ruby
31
31
# 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