Skip to content

Commit 38e06ea

Browse files
Update to 2.5.1, bundler 1.16.5, rubygems 2.7.7
1 parent 929ba87 commit 38e06ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

2.5/alpine3.7/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.5
1111
ENV RUBY_VERSION 2.5.1
1212
ENV RUBY_DOWNLOAD_SHA256 886ac5eed41e3b5fc699be837b0087a6a5a3d10f464087560d2d21b3e71b754d
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.5/stretch/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.5
1111
ENV RUBY_VERSION 2.5.1
1212
ENV RUBY_DOWNLOAD_SHA256 886ac5eed41e3b5fc699be837b0087a6a5a3d10f464087560d2d21b3e71b754d
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.5/stretch/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV RUBY_MAJOR 2.5
2323
ENV RUBY_VERSION 2.5.1
2424
ENV RUBY_DOWNLOAD_SHA256 886ac5eed41e3b5fc699be837b0087a6a5a3d10f464087560d2d21b3e71b754d
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)