Skip to content

Commit a564fea

Browse files
authored
Upgrade Ruby version 2.4.9 to 2.4.10, 2.5.7 to 2.5.8, 2.6.5 to 2.6.6, 2.7.0 to 2.7.1 (#310)
* Upgrade Ruby version 2.4.9 to 2.4.10, 2.5.7 to 2.5.8, 2.6.5 to 2.6.6, 2.7.0 to 2.7.1 * correct SHA256 hash values for the .tar.xz files * updating Ruby version/hashes in a few missed files
1 parent e30082f commit a564fea

File tree

22 files changed

+44
-44
lines changed

22 files changed

+44
-44
lines changed

2.4/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.4
15-
ENV RUBY_VERSION 2.4.9
16-
ENV RUBY_DOWNLOAD_SHA256 0c4e000253ef7187feeb940a01a1c7594f28d63aa16f978e892a0e2864f58614
15+
ENV RUBY_VERSION 2.4.10
16+
ENV RUBY_DOWNLOAD_SHA256 d5668ed11544db034f70aec37d11e157538d639ed0d0a968e2f587191fc530df
1717
ENV RUBYGEMS_VERSION 3.0.3
1818

1919
# some of ruby's build scripts are written in ruby

2.4/alpine3.11/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.4
15-
ENV RUBY_VERSION 2.4.9
16-
ENV RUBY_DOWNLOAD_SHA256 0c4e000253ef7187feeb940a01a1c7594f28d63aa16f978e892a0e2864f58614
15+
ENV RUBY_VERSION 2.4.10
16+
ENV RUBY_DOWNLOAD_SHA256 d5668ed11544db034f70aec37d11e157538d639ed0d0a968e2f587191fc530df
1717
ENV RUBYGEMS_VERSION 3.0.3
1818

1919
# some of ruby's build scripts are written in ruby

2.4/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.4
12-
ENV RUBY_VERSION 2.4.9
13-
ENV RUBY_DOWNLOAD_SHA256 0c4e000253ef7187feeb940a01a1c7594f28d63aa16f978e892a0e2864f58614
12+
ENV RUBY_VERSION 2.4.10
13+
ENV RUBY_DOWNLOAD_SHA256 d5668ed11544db034f70aec37d11e157538d639ed0d0a968e2f587191fc530df
1414
ENV RUBYGEMS_VERSION 3.0.3
1515

1616
# some of ruby's build scripts are written in ruby

2.4/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.4
26-
ENV RUBY_VERSION 2.4.9
27-
ENV RUBY_DOWNLOAD_SHA256 0c4e000253ef7187feeb940a01a1c7594f28d63aa16f978e892a0e2864f58614
26+
ENV RUBY_VERSION 2.4.10
27+
ENV RUBY_DOWNLOAD_SHA256 d5668ed11544db034f70aec37d11e157538d639ed0d0a968e2f587191fc530df
2828
ENV RUBYGEMS_VERSION 3.0.3
2929

3030
# some of ruby's build scripts are written in ruby

2.4/stretch/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.4
12-
ENV RUBY_VERSION 2.4.9
13-
ENV RUBY_DOWNLOAD_SHA256 0c4e000253ef7187feeb940a01a1c7594f28d63aa16f978e892a0e2864f58614
12+
ENV RUBY_VERSION 2.4.10
13+
ENV RUBY_DOWNLOAD_SHA256 d5668ed11544db034f70aec37d11e157538d639ed0d0a968e2f587191fc530df
1414
ENV RUBYGEMS_VERSION 3.0.3
1515

1616
# some of ruby's build scripts are written in ruby

2.4/stretch/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.4
26-
ENV RUBY_VERSION 2.4.9
27-
ENV RUBY_DOWNLOAD_SHA256 0c4e000253ef7187feeb940a01a1c7594f28d63aa16f978e892a0e2864f58614
26+
ENV RUBY_VERSION 2.4.10
27+
ENV RUBY_DOWNLOAD_SHA256 d5668ed11544db034f70aec37d11e157538d639ed0d0a968e2f587191fc530df
2828
ENV RUBYGEMS_VERSION 3.0.3
2929

3030
# some of ruby's build scripts are written in ruby

2.5/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.5
15-
ENV RUBY_VERSION 2.5.7
16-
ENV RUBY_DOWNLOAD_SHA256 201870e8f58957d542233fef588b1d76f7bf962fea44dcbd2237f4a5899a3f95
15+
ENV RUBY_VERSION 2.5.8
16+
ENV RUBY_DOWNLOAD_SHA256 0391b2ffad3133e274469f9953ebfd0c9f7c186238968cbdeeb0651aa02a4d6d
1717
ENV RUBYGEMS_VERSION 3.0.3
1818

1919
# some of ruby's build scripts are written in ruby

2.5/alpine3.11/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.5
15-
ENV RUBY_VERSION 2.5.7
16-
ENV RUBY_DOWNLOAD_SHA256 201870e8f58957d542233fef588b1d76f7bf962fea44dcbd2237f4a5899a3f95
15+
ENV RUBY_VERSION 2.5.8
16+
ENV RUBY_DOWNLOAD_SHA256 0391b2ffad3133e274469f9953ebfd0c9f7c186238968cbdeeb0651aa02a4d6d
1717
ENV RUBYGEMS_VERSION 3.0.3
1818

1919
# some of ruby's build scripts are written in ruby

2.5/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.5
12-
ENV RUBY_VERSION 2.5.7
13-
ENV RUBY_DOWNLOAD_SHA256 201870e8f58957d542233fef588b1d76f7bf962fea44dcbd2237f4a5899a3f95
12+
ENV RUBY_VERSION 2.5.8
13+
ENV RUBY_DOWNLOAD_SHA256 0391b2ffad3133e274469f9953ebfd0c9f7c186238968cbdeeb0651aa02a4d6d
1414
ENV RUBYGEMS_VERSION 3.0.3
1515

1616
# some of ruby's build scripts are written in ruby

2.5/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.5
26-
ENV RUBY_VERSION 2.5.7
27-
ENV RUBY_DOWNLOAD_SHA256 201870e8f58957d542233fef588b1d76f7bf962fea44dcbd2237f4a5899a3f95
26+
ENV RUBY_VERSION 2.5.8
27+
ENV RUBY_DOWNLOAD_SHA256 0391b2ffad3133e274469f9953ebfd0c9f7c186238968cbdeeb0651aa02a4d6d
2828
ENV RUBYGEMS_VERSION 3.0.3
2929

3030
# some of ruby's build scripts are written in ruby

0 commit comments

Comments
 (0)