Skip to content

Commit 9b48d74

Browse files
Update to 2.7.4
1 parent 6fe76a8 commit 9b48d74

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

2.7/alpine3.12/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN set -eux; \
1313

1414
ENV LANG C.UTF-8
1515
ENV RUBY_MAJOR 2.7
16-
ENV RUBY_VERSION 2.7.3
17-
ENV RUBY_DOWNLOAD_SHA256 5e91d1650857d43cd6852e05ac54683351e9c301811ee0bef43a67c4605e7db1
16+
ENV RUBY_VERSION 2.7.4
17+
ENV RUBY_DOWNLOAD_SHA256 2a80824e0ad6100826b69b9890bf55cfc4cf2b61a1e1330fccbcb30c46cef8d7
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

2.7/alpine3.13/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN set -eux; \
1313

1414
ENV LANG C.UTF-8
1515
ENV RUBY_MAJOR 2.7
16-
ENV RUBY_VERSION 2.7.3
17-
ENV RUBY_DOWNLOAD_SHA256 5e91d1650857d43cd6852e05ac54683351e9c301811ee0bef43a67c4605e7db1
16+
ENV RUBY_VERSION 2.7.4
17+
ENV RUBY_DOWNLOAD_SHA256 2a80824e0ad6100826b69b9890bf55cfc4cf2b61a1e1330fccbcb30c46cef8d7
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

2.7/buster/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN set -eux; \
1010

1111
ENV LANG C.UTF-8
1212
ENV RUBY_MAJOR 2.7
13-
ENV RUBY_VERSION 2.7.3
14-
ENV RUBY_DOWNLOAD_SHA256 5e91d1650857d43cd6852e05ac54683351e9c301811ee0bef43a67c4605e7db1
13+
ENV RUBY_VERSION 2.7.4
14+
ENV RUBY_DOWNLOAD_SHA256 2a80824e0ad6100826b69b9890bf55cfc4cf2b61a1e1330fccbcb30c46cef8d7
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

2.7/buster/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ RUN set -eux; \
2424

2525
ENV LANG C.UTF-8
2626
ENV RUBY_MAJOR 2.7
27-
ENV RUBY_VERSION 2.7.3
28-
ENV RUBY_DOWNLOAD_SHA256 5e91d1650857d43cd6852e05ac54683351e9c301811ee0bef43a67c4605e7db1
27+
ENV RUBY_VERSION 2.7.4
28+
ENV RUBY_DOWNLOAD_SHA256 2a80824e0ad6100826b69b9890bf55cfc4cf2b61a1e1330fccbcb30c46cef8d7
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)