Skip to content

Commit 32f51b6

Browse files
Update to 2.5.6, rubygems 3.0.3
1 parent bffb6ff commit 32f51b6

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
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.5
16-
ENV RUBY_DOWNLOAD_SHA256 9bf6370aaa82c284f193264cc7ca56f202171c32367deceb3599a4f354175d7d
15+
ENV RUBY_VERSION 2.5.6
16+
ENV RUBY_DOWNLOAD_SHA256 7601e4b83f4f17bc1affe091502dd465282ffba0761dea57c071ead21b132cee
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.5
16-
ENV RUBY_DOWNLOAD_SHA256 9bf6370aaa82c284f193264cc7ca56f202171c32367deceb3599a4f354175d7d
15+
ENV RUBY_VERSION 2.5.6
16+
ENV RUBY_DOWNLOAD_SHA256 7601e4b83f4f17bc1affe091502dd465282ffba0761dea57c071ead21b132cee
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.5
13-
ENV RUBY_DOWNLOAD_SHA256 9bf6370aaa82c284f193264cc7ca56f202171c32367deceb3599a4f354175d7d
12+
ENV RUBY_VERSION 2.5.6
13+
ENV RUBY_DOWNLOAD_SHA256 7601e4b83f4f17bc1affe091502dd465282ffba0761dea57c071ead21b132cee
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.5
27-
ENV RUBY_DOWNLOAD_SHA256 9bf6370aaa82c284f193264cc7ca56f202171c32367deceb3599a4f354175d7d
26+
ENV RUBY_VERSION 2.5.6
27+
ENV RUBY_DOWNLOAD_SHA256 7601e4b83f4f17bc1affe091502dd465282ffba0761dea57c071ead21b132cee
2828
ENV RUBYGEMS_VERSION 3.0.3
2929

3030
# 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.5
13-
ENV RUBY_DOWNLOAD_SHA256 9bf6370aaa82c284f193264cc7ca56f202171c32367deceb3599a4f354175d7d
12+
ENV RUBY_VERSION 2.5.6
13+
ENV RUBY_DOWNLOAD_SHA256 7601e4b83f4f17bc1affe091502dd465282ffba0761dea57c071ead21b132cee
1414
ENV RUBYGEMS_VERSION 3.0.3
1515

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

2.5/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.5
26-
ENV RUBY_VERSION 2.5.5
27-
ENV RUBY_DOWNLOAD_SHA256 9bf6370aaa82c284f193264cc7ca56f202171c32367deceb3599a4f354175d7d
26+
ENV RUBY_VERSION 2.5.6
27+
ENV RUBY_DOWNLOAD_SHA256 7601e4b83f4f17bc1affe091502dd465282ffba0761dea57c071ead21b132cee
2828
ENV RUBYGEMS_VERSION 3.0.3
2929

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

0 commit comments

Comments
 (0)