Skip to content

Commit 9898bab

Browse files
Update to 2.2.5, bundler 1.13.6, rubygems 2.6.8
1 parent ef8c21b commit 9898bab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

2.2/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.2
1111
ENV RUBY_VERSION 2.2.5
1212
ENV RUBY_DOWNLOAD_SHA256 30c4b31697a4ca4ea0c8db8ad30cf45e6690a0f09687e5d483c933c03ca335e3
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.2/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.2
1111
ENV RUBY_VERSION 2.2.5
1212
ENV RUBY_DOWNLOAD_SHA256 30c4b31697a4ca4ea0c8db8ad30cf45e6690a0f09687e5d483c933c03ca335e3
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.2/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.2
2323
ENV RUBY_VERSION 2.2.5
2424
ENV RUBY_DOWNLOAD_SHA256 30c4b31697a4ca4ea0c8db8ad30cf45e6690a0f09687e5d483c933c03ca335e3
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)