Skip to content

Commit 8024219

Browse files
Update to 2.4.6, rubygems 3.0.3
1 parent 5dc3cbb commit 8024219

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

2.4/alpine3.8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN mkdir -p /usr/local/etc \
1111
} >> /usr/local/etc/gemrc
1212

1313
ENV RUBY_MAJOR 2.4
14-
ENV RUBY_VERSION 2.4.5
15-
ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb
14+
ENV RUBY_VERSION 2.4.6
15+
ENV RUBY_DOWNLOAD_SHA256 25da31b9815bfa9bba9f9b793c055a40a35c43c6adfb1fdbd81a09099f9b529c
1616
ENV RUBYGEMS_VERSION 3.0.3
1717

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

2.4/alpine3.9/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN mkdir -p /usr/local/etc \
1111
} >> /usr/local/etc/gemrc
1212

1313
ENV RUBY_MAJOR 2.4
14-
ENV RUBY_VERSION 2.4.5
15-
ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb
14+
ENV RUBY_VERSION 2.4.6
15+
ENV RUBY_DOWNLOAD_SHA256 25da31b9815bfa9bba9f9b793c055a40a35c43c6adfb1fdbd81a09099f9b529c
1616
ENV RUBYGEMS_VERSION 3.0.3
1717

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

2.4/jessie/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ RUN mkdir -p /usr/local/etc \
88
} >> /usr/local/etc/gemrc
99

1010
ENV RUBY_MAJOR 2.4
11-
ENV RUBY_VERSION 2.4.5
12-
ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb
11+
ENV RUBY_VERSION 2.4.6
12+
ENV RUBY_DOWNLOAD_SHA256 25da31b9815bfa9bba9f9b793c055a40a35c43c6adfb1fdbd81a09099f9b529c
1313
ENV RUBYGEMS_VERSION 3.0.3
1414

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

2.4/jessie/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ RUN mkdir -p /usr/local/etc \
2121
} >> /usr/local/etc/gemrc
2222

2323
ENV RUBY_MAJOR 2.4
24-
ENV RUBY_VERSION 2.4.5
25-
ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb
24+
ENV RUBY_VERSION 2.4.6
25+
ENV RUBY_DOWNLOAD_SHA256 25da31b9815bfa9bba9f9b793c055a40a35c43c6adfb1fdbd81a09099f9b529c
2626
ENV RUBYGEMS_VERSION 3.0.3
2727

2828
# 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
@@ -8,8 +8,8 @@ RUN mkdir -p /usr/local/etc \
88
} >> /usr/local/etc/gemrc
99

1010
ENV RUBY_MAJOR 2.4
11-
ENV RUBY_VERSION 2.4.5
12-
ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb
11+
ENV RUBY_VERSION 2.4.6
12+
ENV RUBY_DOWNLOAD_SHA256 25da31b9815bfa9bba9f9b793c055a40a35c43c6adfb1fdbd81a09099f9b529c
1313
ENV RUBYGEMS_VERSION 3.0.3
1414

1515
# 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
@@ -21,8 +21,8 @@ RUN mkdir -p /usr/local/etc \
2121
} >> /usr/local/etc/gemrc
2222

2323
ENV RUBY_MAJOR 2.4
24-
ENV RUBY_VERSION 2.4.5
25-
ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb
24+
ENV RUBY_VERSION 2.4.6
25+
ENV RUBY_DOWNLOAD_SHA256 25da31b9815bfa9bba9f9b793c055a40a35c43c6adfb1fdbd81a09099f9b529c
2626
ENV RUBYGEMS_VERSION 3.0.3
2727

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

0 commit comments

Comments
 (0)