File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ RUN set -eux; \
12
12
} >> /usr/local/etc/gemrc
13
13
14
14
ENV 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
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 @@ -9,9 +9,9 @@ RUN set -eux; \
9
9
} >> /usr/local/etc/gemrc
10
10
11
11
ENV 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
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 @@ -23,9 +23,9 @@ RUN set -eux; \
23
23
} >> /usr/local/etc/gemrc
24
24
25
25
ENV 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
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