Skip to content

Commit bba73b8

Browse files
Update to 2.3.7, bundler 1.16.5, rubygems 2.7.7
1 parent 38e06ea commit bba73b8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

2.3/alpine3.7/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.3
1111
ENV RUBY_VERSION 2.3.7
1212
ENV RUBY_DOWNLOAD_SHA256 c61f8f2b9d3ffff5567e186421fa191f0d5e7c2b189b426bb84498825d548edb
1313
ENV RUBYGEMS_VERSION 2.7.7
14-
ENV BUNDLER_VERSION 1.16.4
14+
ENV BUNDLER_VERSION 1.16.5
1515

1616
# some of ruby's build scripts are written in ruby
1717
# we purge system ruby later to make sure our final image uses what we just built

2.3/alpine3.8/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.3
1111
ENV RUBY_VERSION 2.3.7
1212
ENV RUBY_DOWNLOAD_SHA256 c61f8f2b9d3ffff5567e186421fa191f0d5e7c2b189b426bb84498825d548edb
1313
ENV RUBYGEMS_VERSION 2.7.7
14-
ENV BUNDLER_VERSION 1.16.4
14+
ENV BUNDLER_VERSION 1.16.5
1515

1616
# some of ruby's build scripts are written in ruby
1717
# we purge system ruby later to make sure our final image uses what we just built

2.3/jessie/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.3
1111
ENV RUBY_VERSION 2.3.7
1212
ENV RUBY_DOWNLOAD_SHA256 c61f8f2b9d3ffff5567e186421fa191f0d5e7c2b189b426bb84498825d548edb
1313
ENV RUBYGEMS_VERSION 2.7.7
14-
ENV BUNDLER_VERSION 1.16.4
14+
ENV BUNDLER_VERSION 1.16.5
1515

1616
# some of ruby's build scripts are written in ruby
1717
# we purge system ruby later to make sure our final image uses what we just built

2.3/jessie/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV RUBY_MAJOR 2.3
2323
ENV RUBY_VERSION 2.3.7
2424
ENV RUBY_DOWNLOAD_SHA256 c61f8f2b9d3ffff5567e186421fa191f0d5e7c2b189b426bb84498825d548edb
2525
ENV RUBYGEMS_VERSION 2.7.7
26-
ENV BUNDLER_VERSION 1.16.4
26+
ENV BUNDLER_VERSION 1.16.5
2727

2828
# some of ruby's build scripts are written in ruby
2929
# we purge system ruby later to make sure our final image uses what we just built

2.3/stretch/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.3
1111
ENV RUBY_VERSION 2.3.7
1212
ENV RUBY_DOWNLOAD_SHA256 c61f8f2b9d3ffff5567e186421fa191f0d5e7c2b189b426bb84498825d548edb
1313
ENV RUBYGEMS_VERSION 2.7.7
14-
ENV BUNDLER_VERSION 1.16.4
14+
ENV BUNDLER_VERSION 1.16.5
1515

1616
# some of ruby's build scripts are written in ruby
1717
# we purge system ruby later to make sure our final image uses what we just built

2.3/stretch/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV RUBY_MAJOR 2.3
2323
ENV RUBY_VERSION 2.3.7
2424
ENV RUBY_DOWNLOAD_SHA256 c61f8f2b9d3ffff5567e186421fa191f0d5e7c2b189b426bb84498825d548edb
2525
ENV RUBYGEMS_VERSION 2.7.7
26-
ENV BUNDLER_VERSION 1.16.4
26+
ENV BUNDLER_VERSION 1.16.5
2727

2828
# some of ruby's build scripts are written in ruby
2929
# we purge system ruby later to make sure our final image uses what we just built

0 commit comments

Comments
 (0)