Skip to content

Commit 7a3e129

Browse files
Update to 2.3.3, bundler 1.14.6, rubygems 2.6.11
1 parent daf4be5 commit 7a3e129

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.3
1212
ENV RUBY_DOWNLOAD_SHA256 1a4fa8c2885734ba37b97ffdb4a19b8fba0e8982606db02d936e65bac07419dc
13-
ENV RUBYGEMS_VERSION 2.6.10
13+
ENV RUBYGEMS_VERSION 2.6.11
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.3
1212
ENV RUBY_DOWNLOAD_SHA256 1a4fa8c2885734ba37b97ffdb4a19b8fba0e8982606db02d936e65bac07419dc
13-
ENV RUBYGEMS_VERSION 2.6.10
13+
ENV RUBYGEMS_VERSION 2.6.11
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.3
2424
ENV RUBY_DOWNLOAD_SHA256 1a4fa8c2885734ba37b97ffdb4a19b8fba0e8982606db02d936e65bac07419dc
25-
ENV RUBYGEMS_VERSION 2.6.10
25+
ENV RUBYGEMS_VERSION 2.6.11
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)