Skip to content

Commit

Permalink
Update to 2.4.5, bundler 1.17.2, rubygems 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Dec 23, 2018
1 parent 9f560c2 commit fec6089
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 2.4/alpine3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \
ENV RUBY_MAJOR 2.4
ENV RUBY_VERSION 2.4.5
ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb
ENV RUBYGEMS_VERSION 2.7.8
ENV RUBYGEMS_VERSION 3.0.1
ENV BUNDLER_VERSION 1.17.2

# some of ruby's build scripts are written in ruby
Expand Down
2 changes: 1 addition & 1 deletion 2.4/alpine3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \
ENV RUBY_MAJOR 2.4
ENV RUBY_VERSION 2.4.5
ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb
ENV RUBYGEMS_VERSION 2.7.8
ENV RUBYGEMS_VERSION 3.0.1
ENV BUNDLER_VERSION 1.17.2

# some of ruby's build scripts are written in ruby
Expand Down
2 changes: 1 addition & 1 deletion 2.4/jessie/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \
ENV RUBY_MAJOR 2.4
ENV RUBY_VERSION 2.4.5
ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb
ENV RUBYGEMS_VERSION 2.7.8
ENV RUBYGEMS_VERSION 3.0.1
ENV BUNDLER_VERSION 1.17.2

# some of ruby's build scripts are written in ruby
Expand Down
2 changes: 1 addition & 1 deletion 2.4/jessie/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN mkdir -p /usr/local/etc \
ENV RUBY_MAJOR 2.4
ENV RUBY_VERSION 2.4.5
ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb
ENV RUBYGEMS_VERSION 2.7.8
ENV RUBYGEMS_VERSION 3.0.1
ENV BUNDLER_VERSION 1.17.2

# some of ruby's build scripts are written in ruby
Expand Down
2 changes: 1 addition & 1 deletion 2.4/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \
ENV RUBY_MAJOR 2.4
ENV RUBY_VERSION 2.4.5
ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb
ENV RUBYGEMS_VERSION 2.7.8
ENV RUBYGEMS_VERSION 3.0.1
ENV BUNDLER_VERSION 1.17.2

# some of ruby's build scripts are written in ruby
Expand Down
2 changes: 1 addition & 1 deletion 2.4/stretch/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN mkdir -p /usr/local/etc \
ENV RUBY_MAJOR 2.4
ENV RUBY_VERSION 2.4.5
ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb
ENV RUBYGEMS_VERSION 2.7.8
ENV RUBYGEMS_VERSION 3.0.1
ENV BUNDLER_VERSION 1.17.2

# some of ruby's build scripts are written in ruby
Expand Down

0 comments on commit fec6089

Please sign in to comment.