Skip to content

Commit bf0e16e

Browse files
author
Jan van der Pas
committed
Update ruby 2.5.x to 2.5.7
Mitigates the following vulnerabilities: - CVE-2019-16255: A code injection vulnerability of Shell#[] and Shell#test - CVE-2019-16254: HTTP response splitting in WEBrick (Additional fix) - CVE-2019-15845: A NUL injection vulnerability of File.fnmatch and File.fnmatch? - CVE-2019-16201: Regular Expression Denial of Service vulnerability of WEBrick’s Digest access authentication
1 parent 704b155 commit bf0e16e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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.6
16-
ENV RUBY_DOWNLOAD_SHA256 7601e4b83f4f17bc1affe091502dd465282ffba0761dea57c071ead21b132cee
15+
ENV RUBY_VERSION 2.5.7
16+
ENV RUBY_DOWNLOAD_SHA256 201870e8f58957d542233fef588b1d76f7bf962fea44dcbd2237f4a5899a3f95
1717
ENV RUBYGEMS_VERSION 3.0.3
1818

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

2.5/alpine3.9/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.6
16-
ENV RUBY_DOWNLOAD_SHA256 7601e4b83f4f17bc1affe091502dd465282ffba0761dea57c071ead21b132cee
15+
ENV RUBY_VERSION 2.5.7
16+
ENV RUBY_DOWNLOAD_SHA256 201870e8f58957d542233fef588b1d76f7bf962fea44dcbd2237f4a5899a3f95
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.6
13-
ENV RUBY_DOWNLOAD_SHA256 7601e4b83f4f17bc1affe091502dd465282ffba0761dea57c071ead21b132cee
12+
ENV RUBY_VERSION 2.5.7
13+
ENV RUBY_DOWNLOAD_SHA256 201870e8f58957d542233fef588b1d76f7bf962fea44dcbd2237f4a5899a3f95
1414
ENV RUBYGEMS_VERSION 3.0.3
1515

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

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

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

0 commit comments

Comments
 (0)