Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 2.6-rc/alpine3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN mkdir -p /usr/local/etc \
ENV RUBY_MAJOR 2.6-rc
ENV RUBY_VERSION 2.6.0-rc1
ENV RUBY_DOWNLOAD_SHA256 21d9d54c20e45ccacecf8bea4dfccd05edc52479c776381ae98ef6a7b4afa739
ENV RUBYGEMS_VERSION 2.7.8
ENV BUNDLER_VERSION 1.17.1
ENV RUBYGEMS_VERSION 3.0.0.beta3
ENV BUNDLER_VERSION 2.0.0.pre.2

# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built
Expand Down
2 changes: 1 addition & 1 deletion 2.6-rc/alpine3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.6-rc
ENV RUBY_VERSION 2.6.0-rc1
ENV RUBY_DOWNLOAD_SHA256 21d9d54c20e45ccacecf8bea4dfccd05edc52479c776381ae98ef6a7b4afa739
ENV RUBYGEMS_VERSION 2.7.8
ENV BUNDLER_VERSION 1.17.1
ENV BUNDLER_VERSION 2.0.0.pre.2

# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built
Expand Down
4 changes: 2 additions & 2 deletions 2.6-rc/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN mkdir -p /usr/local/etc \
ENV RUBY_MAJOR 2.6-rc
ENV RUBY_VERSION 2.6.0-rc1
ENV RUBY_DOWNLOAD_SHA256 21d9d54c20e45ccacecf8bea4dfccd05edc52479c776381ae98ef6a7b4afa739
ENV RUBYGEMS_VERSION 2.7.8
ENV BUNDLER_VERSION 1.17.1
ENV RUBYGEMS_VERSION 3.0.0.beta3
ENV BUNDLER_VERSION 2.0.0.pre.2

# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built
Expand Down
4 changes: 2 additions & 2 deletions 2.6-rc/stretch/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ RUN mkdir -p /usr/local/etc \
ENV RUBY_MAJOR 2.6-rc
ENV RUBY_VERSION 2.6.0-rc1
ENV RUBY_DOWNLOAD_SHA256 21d9d54c20e45ccacecf8bea4dfccd05edc52479c776381ae98ef6a7b4afa739
ENV RUBYGEMS_VERSION 2.7.8
ENV BUNDLER_VERSION 1.17.1
ENV RUBYGEMS_VERSION 3.0.0.beta3
ENV BUNDLER_VERSION 2.0.0.pre.2

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