Skip to content

Commit 16829e9

Browse files
committed
Update to 2.7.0-rc2
Normally, @docker-library-bot would get this but it's (hilariously) failing due to docker-library/official-images#7166. πŸ™‚
1 parent 158d90b commit 16829e9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

β€Ž2.7-rc/alpine3.10/Dockerfileβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ RUN set -eux; \
1212
} >> /usr/local/etc/gemrc
1313

1414
ENV RUBY_MAJOR 2.7-rc
15-
ENV RUBY_VERSION 2.7.0-rc1
16-
ENV RUBY_DOWNLOAD_SHA256 7528db87df7a8cbfdcbd053073839f5a00b2a38f807771e3e45000e72fc86732
15+
ENV RUBY_VERSION 2.7.0-rc2
16+
ENV RUBY_DOWNLOAD_SHA256 c90d29fba655b2dd577ff755f084e4d1fe0673cfcd888af7ff5d0b2d2f449bb7
1717

1818
# some of ruby's build scripts are written in ruby
1919
# we purge system ruby later to make sure our final image uses what we just built

β€Ž2.7-rc/buster/Dockerfileβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ RUN set -eux; \
99
} >> /usr/local/etc/gemrc
1010

1111
ENV RUBY_MAJOR 2.7-rc
12-
ENV RUBY_VERSION 2.7.0-rc1
13-
ENV RUBY_DOWNLOAD_SHA256 7528db87df7a8cbfdcbd053073839f5a00b2a38f807771e3e45000e72fc86732
12+
ENV RUBY_VERSION 2.7.0-rc2
13+
ENV RUBY_DOWNLOAD_SHA256 c90d29fba655b2dd577ff755f084e4d1fe0673cfcd888af7ff5d0b2d2f449bb7
1414

1515
# some of ruby's build scripts are written in ruby
1616
# we purge system ruby later to make sure our final image uses what we just built

β€Ž2.7-rc/buster/slim/Dockerfileβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ RUN set -eux; \
2323
} >> /usr/local/etc/gemrc
2424

2525
ENV RUBY_MAJOR 2.7-rc
26-
ENV RUBY_VERSION 2.7.0-rc1
27-
ENV RUBY_DOWNLOAD_SHA256 7528db87df7a8cbfdcbd053073839f5a00b2a38f807771e3e45000e72fc86732
26+
ENV RUBY_VERSION 2.7.0-rc2
27+
ENV RUBY_DOWNLOAD_SHA256 c90d29fba655b2dd577ff755f084e4d1fe0673cfcd888af7ff5d0b2d2f449bb7
2828

2929
# some of ruby's build scripts are written in ruby
3030
# we purge system ruby later to make sure our final image uses what we just built

0 commit comments

Comments
Β (0)