Skip to content

Commit 1b0c4ac

Browse files
committed
Update to 2.3.1 and 2.2.5
1 parent 1f19e5d commit 1b0c4ac

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

2.2/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.2
11-
ENV RUBY_VERSION 2.2.4
12-
ENV RUBY_DOWNLOAD_SHA256 b6eff568b48e0fda76e5a36333175df049b204e91217aa32a65153cc0cdcb761
11+
ENV RUBY_VERSION 2.2.5
12+
ENV RUBY_DOWNLOAD_SHA256 30c4b31697a4ca4ea0c8db8ad30cf45e6690a0f09687e5d483c933c03ca335e3
1313
ENV RUBYGEMS_VERSION 2.6.3
1414

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

2.2/alpine/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.2
11-
ENV RUBY_VERSION 2.2.4
12-
ENV RUBY_DOWNLOAD_SHA256 b6eff568b48e0fda76e5a36333175df049b204e91217aa32a65153cc0cdcb761
11+
ENV RUBY_VERSION 2.2.5
12+
ENV RUBY_DOWNLOAD_SHA256 30c4b31697a4ca4ea0c8db8ad30cf45e6690a0f09687e5d483c933c03ca335e3
1313
ENV RUBYGEMS_VERSION 2.6.3
1414

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

2.2/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.2
24-
ENV RUBY_VERSION 2.2.4
25-
ENV RUBY_DOWNLOAD_SHA256 b6eff568b48e0fda76e5a36333175df049b204e91217aa32a65153cc0cdcb761
24+
ENV RUBY_VERSION 2.2.5
25+
ENV RUBY_DOWNLOAD_SHA256 30c4b31697a4ca4ea0c8db8ad30cf45e6690a0f09687e5d483c933c03ca335e3
2626
ENV RUBYGEMS_VERSION 2.6.3
2727

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

2.3/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.3
11-
ENV RUBY_VERSION 2.3.0
12-
ENV RUBY_DOWNLOAD_SHA256 ba5ba60e5f1aa21b4ef8e9bf35b9ddb57286cb546aac4b5a28c71f459467e507
11+
ENV RUBY_VERSION 2.3.1
12+
ENV RUBY_DOWNLOAD_SHA256 b87c738cb2032bf4920fef8e3864dc5cf8eae9d89d8d523ce0236945c5797dcd
1313
ENV RUBYGEMS_VERSION 2.6.3
1414

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

2.3/alpine/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.3
11-
ENV RUBY_VERSION 2.3.0
12-
ENV RUBY_DOWNLOAD_SHA256 ba5ba60e5f1aa21b4ef8e9bf35b9ddb57286cb546aac4b5a28c71f459467e507
11+
ENV RUBY_VERSION 2.3.1
12+
ENV RUBY_DOWNLOAD_SHA256 b87c738cb2032bf4920fef8e3864dc5cf8eae9d89d8d523ce0236945c5797dcd
1313
ENV RUBYGEMS_VERSION 2.6.3
1414

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

2.3/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.3
24-
ENV RUBY_VERSION 2.3.0
25-
ENV RUBY_DOWNLOAD_SHA256 ba5ba60e5f1aa21b4ef8e9bf35b9ddb57286cb546aac4b5a28c71f459467e507
24+
ENV RUBY_VERSION 2.3.1
25+
ENV RUBY_DOWNLOAD_SHA256 b87c738cb2032bf4920fef8e3864dc5cf8eae9d89d8d523ce0236945c5797dcd
2626
ENV RUBYGEMS_VERSION 2.6.3
2727

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

0 commit comments

Comments
 (0)