Skip to content

Commit ec068a4

Browse files
Update to 2.3.1, bundler 1.13.6, rubygems 2.6.8
1 parent 9898bab commit ec068a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

2.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \
1010
ENV RUBY_MAJOR 2.3
1111
ENV RUBY_VERSION 2.3.1
1212
ENV RUBY_DOWNLOAD_SHA256 b87c738cb2032bf4920fef8e3864dc5cf8eae9d89d8d523ce0236945c5797dcd
13-
ENV RUBYGEMS_VERSION 2.6.7
13+
ENV RUBYGEMS_VERSION 2.6.8
1414

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

2.3/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \
1010
ENV RUBY_MAJOR 2.3
1111
ENV RUBY_VERSION 2.3.1
1212
ENV RUBY_DOWNLOAD_SHA256 b87c738cb2032bf4920fef8e3864dc5cf8eae9d89d8d523ce0236945c5797dcd
13-
ENV RUBYGEMS_VERSION 2.6.7
13+
ENV RUBYGEMS_VERSION 2.6.8
1414

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

2.3/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN mkdir -p /usr/local/etc \
2222
ENV RUBY_MAJOR 2.3
2323
ENV RUBY_VERSION 2.3.1
2424
ENV RUBY_DOWNLOAD_SHA256 b87c738cb2032bf4920fef8e3864dc5cf8eae9d89d8d523ce0236945c5797dcd
25-
ENV RUBYGEMS_VERSION 2.6.7
25+
ENV RUBYGEMS_VERSION 2.6.8
2626

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

0 commit comments

Comments
 (0)