diff --git a/2.1/Dockerfile b/2.1/Dockerfile index 0e442589a..7b3cc06e1 100644 --- a/2.1/Dockerfile +++ b/2.1/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.1 ENV RUBY_VERSION 2.1.9 ENV RUBY_DOWNLOAD_SHA256 034cb9c50676d2c09b3b6cf5c8003585acea05008d9a29fa737c54d52c1eb70c -ENV RUBYGEMS_VERSION 2.6.2 +ENV RUBYGEMS_VERSION 2.6.3 # some of ruby's build scripts are written in ruby # we purge this later to make sure our final image uses what we just built diff --git a/2.1/alpine/Dockerfile b/2.1/alpine/Dockerfile index 623000c5f..9329fcb56 100644 --- a/2.1/alpine/Dockerfile +++ b/2.1/alpine/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.1 ENV RUBY_VERSION 2.1.9 ENV RUBY_DOWNLOAD_SHA256 034cb9c50676d2c09b3b6cf5c8003585acea05008d9a29fa737c54d52c1eb70c -ENV RUBYGEMS_VERSION 2.6.2 +ENV RUBYGEMS_VERSION 2.6.3 # some of ruby's build scripts are written in ruby # we purge this later to make sure our final image uses what we just built diff --git a/2.1/slim/Dockerfile b/2.1/slim/Dockerfile index d004bebb7..f3329c34e 100644 --- a/2.1/slim/Dockerfile +++ b/2.1/slim/Dockerfile @@ -23,7 +23,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.1 ENV RUBY_VERSION 2.1.9 ENV RUBY_DOWNLOAD_SHA256 034cb9c50676d2c09b3b6cf5c8003585acea05008d9a29fa737c54d52c1eb70c -ENV RUBYGEMS_VERSION 2.6.2 +ENV RUBYGEMS_VERSION 2.6.3 # some of ruby's build scripts are written in ruby # we purge this later to make sure our final image uses what we just built diff --git a/2.2/Dockerfile b/2.2/Dockerfile index 419edaeb1..6153ea146 100644 --- a/2.2/Dockerfile +++ b/2.2/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.2 ENV RUBY_VERSION 2.2.4 ENV RUBY_DOWNLOAD_SHA256 b6eff568b48e0fda76e5a36333175df049b204e91217aa32a65153cc0cdcb761 -ENV RUBYGEMS_VERSION 2.6.2 +ENV RUBYGEMS_VERSION 2.6.3 # some of ruby's build scripts are written in ruby # we purge this later to make sure our final image uses what we just built diff --git a/2.2/alpine/Dockerfile b/2.2/alpine/Dockerfile index 52eea4c6d..16aa698a2 100644 --- a/2.2/alpine/Dockerfile +++ b/2.2/alpine/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.2 ENV RUBY_VERSION 2.2.4 ENV RUBY_DOWNLOAD_SHA256 b6eff568b48e0fda76e5a36333175df049b204e91217aa32a65153cc0cdcb761 -ENV RUBYGEMS_VERSION 2.6.2 +ENV RUBYGEMS_VERSION 2.6.3 # some of ruby's build scripts are written in ruby # we purge this later to make sure our final image uses what we just built diff --git a/2.2/slim/Dockerfile b/2.2/slim/Dockerfile index f66144b47..983f477f4 100644 --- a/2.2/slim/Dockerfile +++ b/2.2/slim/Dockerfile @@ -23,7 +23,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.2 ENV RUBY_VERSION 2.2.4 ENV RUBY_DOWNLOAD_SHA256 b6eff568b48e0fda76e5a36333175df049b204e91217aa32a65153cc0cdcb761 -ENV RUBYGEMS_VERSION 2.6.2 +ENV RUBYGEMS_VERSION 2.6.3 # some of ruby's build scripts are written in ruby # we purge this later to make sure our final image uses what we just built diff --git a/2.3/Dockerfile b/2.3/Dockerfile index 790b8f31c..2a0fb21df 100644 --- a/2.3/Dockerfile +++ b/2.3/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.3 ENV RUBY_VERSION 2.3.0 ENV RUBY_DOWNLOAD_SHA256 ba5ba60e5f1aa21b4ef8e9bf35b9ddb57286cb546aac4b5a28c71f459467e507 -ENV RUBYGEMS_VERSION 2.6.2 +ENV RUBYGEMS_VERSION 2.6.3 # some of ruby's build scripts are written in ruby # we purge this later to make sure our final image uses what we just built diff --git a/2.3/alpine/Dockerfile b/2.3/alpine/Dockerfile index 95c3b7811..396f64737 100644 --- a/2.3/alpine/Dockerfile +++ b/2.3/alpine/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.3 ENV RUBY_VERSION 2.3.0 ENV RUBY_DOWNLOAD_SHA256 ba5ba60e5f1aa21b4ef8e9bf35b9ddb57286cb546aac4b5a28c71f459467e507 -ENV RUBYGEMS_VERSION 2.6.2 +ENV RUBYGEMS_VERSION 2.6.3 # some of ruby's build scripts are written in ruby # we purge this later to make sure our final image uses what we just built diff --git a/2.3/slim/Dockerfile b/2.3/slim/Dockerfile index 4897b9c3e..b9b34c68c 100644 --- a/2.3/slim/Dockerfile +++ b/2.3/slim/Dockerfile @@ -23,7 +23,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.3 ENV RUBY_VERSION 2.3.0 ENV RUBY_DOWNLOAD_SHA256 ba5ba60e5f1aa21b4ef8e9bf35b9ddb57286cb546aac4b5a28c71f459467e507 -ENV RUBYGEMS_VERSION 2.6.2 +ENV RUBYGEMS_VERSION 2.6.3 # some of ruby's build scripts are written in ruby # we purge this later to make sure our final image uses what we just built