Skip to content

Commit c1f9757

Browse files
Update to 2.2.8, bundler 1.15.4, rubygems 2.6.13
1 parent 1ec8021 commit c1f9757

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

2.2/alpine3.4/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.7
12-
ENV RUBY_DOWNLOAD_SHA256 234c8aee6543da9efd67008e6e7ee740d41ed57a52e797f65043c3b5ec3bcb53
11+
ENV RUBY_VERSION 2.2.8
12+
ENV RUBY_DOWNLOAD_SHA256 37eafc15037396c26870f6a6c5bcd0658d14b46cd5e191a3b56d89dd22d561b0
1313
ENV RUBYGEMS_VERSION 2.6.13
1414

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

2.2/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.2
11-
ENV RUBY_VERSION 2.2.7
12-
ENV RUBY_DOWNLOAD_SHA256 234c8aee6543da9efd67008e6e7ee740d41ed57a52e797f65043c3b5ec3bcb53
11+
ENV RUBY_VERSION 2.2.8
12+
ENV RUBY_DOWNLOAD_SHA256 37eafc15037396c26870f6a6c5bcd0658d14b46cd5e191a3b56d89dd22d561b0
1313
ENV RUBYGEMS_VERSION 2.6.13
1414

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

2.2/jessie/slim/Dockerfile

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

2222
ENV RUBY_MAJOR 2.2
23-
ENV RUBY_VERSION 2.2.7
24-
ENV RUBY_DOWNLOAD_SHA256 234c8aee6543da9efd67008e6e7ee740d41ed57a52e797f65043c3b5ec3bcb53
23+
ENV RUBY_VERSION 2.2.8
24+
ENV RUBY_DOWNLOAD_SHA256 37eafc15037396c26870f6a6c5bcd0658d14b46cd5e191a3b56d89dd22d561b0
2525
ENV RUBYGEMS_VERSION 2.6.13
2626

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

0 commit comments

Comments
 (0)