Skip to content

Commit 1ec8021

Browse files
Update to 2.3.5, bundler 1.15.4, rubygems 2.6.13
1 parent 083a412 commit 1ec8021

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

2.3/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.3
11-
ENV RUBY_VERSION 2.3.4
12-
ENV RUBY_DOWNLOAD_SHA256 341cd9032e9fd17c452ed8562a8d43f7e45bfe05e411d0d7d627751dd82c578c
11+
ENV RUBY_VERSION 2.3.5
12+
ENV RUBY_DOWNLOAD_SHA256 7d3a7dabb190c2da06c963063342ca9a214bcd26f2158e904f0ec059b065ffda
1313
ENV RUBYGEMS_VERSION 2.6.13
1414

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

2.3/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.3
11-
ENV RUBY_VERSION 2.3.4
12-
ENV RUBY_DOWNLOAD_SHA256 341cd9032e9fd17c452ed8562a8d43f7e45bfe05e411d0d7d627751dd82c578c
11+
ENV RUBY_VERSION 2.3.5
12+
ENV RUBY_DOWNLOAD_SHA256 7d3a7dabb190c2da06c963063342ca9a214bcd26f2158e904f0ec059b065ffda
1313
ENV RUBYGEMS_VERSION 2.6.13
1414

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

2.3/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.3
23-
ENV RUBY_VERSION 2.3.4
24-
ENV RUBY_DOWNLOAD_SHA256 341cd9032e9fd17c452ed8562a8d43f7e45bfe05e411d0d7d627751dd82c578c
23+
ENV RUBY_VERSION 2.3.5
24+
ENV RUBY_DOWNLOAD_SHA256 7d3a7dabb190c2da06c963063342ca9a214bcd26f2158e904f0ec059b065ffda
2525
ENV RUBYGEMS_VERSION 2.6.13
2626

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

0 commit comments

Comments
 (0)