Skip to content

Commit eceb2e6

Browse files
authored
Merge pull request #332 from mtsmfm/3-0
Ruby 3.0.0 is released
2 parents cb97d24 + 921f2e6 commit eceb2e6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

3.0-rc/alpine3.12/Dockerfile renamed to 3.0/alpine3.12/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ RUN set -eux; \
1212
} >> /usr/local/etc/gemrc
1313

1414
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
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

3.0-rc/buster/Dockerfile renamed to 3.0/buster/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ RUN set -eux; \
99
} >> /usr/local/etc/gemrc
1010

1111
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
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

3.0-rc/buster/slim/Dockerfile renamed to 3.0/buster/slim/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ RUN set -eux; \
2323
} >> /usr/local/etc/gemrc
2424

2525
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
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

0 commit comments

Comments
 (0)