From 0cdec78d89e33750a4b796bd2c748f0d5a1ae654 Mon Sep 17 00:00:00 2001 From: flower-pot Date: Wed, 19 Aug 2015 10:52:51 +0200 Subject: [PATCH] bump ruby minor versions 2.2.3 2.1.7 2.0.0-p647 --- 2.0/Dockerfile | 4 ++-- 2.0/onbuild/Dockerfile | 2 +- 2.0/slim/Dockerfile | 2 +- 2.1/Dockerfile | 4 ++-- 2.1/onbuild/Dockerfile | 2 +- 2.1/slim/Dockerfile | 2 +- 2.2/Dockerfile | 4 ++-- 2.2/onbuild/Dockerfile | 2 +- 2.2/slim/Dockerfile | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/2.0/Dockerfile b/2.0/Dockerfile index 0e5a45c05..cb246c1e9 100644 --- a/2.0/Dockerfile +++ b/2.0/Dockerfile @@ -1,8 +1,8 @@ FROM buildpack-deps:jessie ENV RUBY_MAJOR 2.0 -ENV RUBY_VERSION 2.0.0-p645 -ENV RUBY_DOWNLOAD_SHA256 5e9f8effffe97cba5ef0015feec6e1e5f3bacf6ace78cd1cdf72708cd71cf4ab +ENV RUBY_VERSION 2.0.0-p647 +ENV RUBY_DOWNLOAD_SHA256 c88aaf5b4ec72e2cb7d290ff854f04d135939f6134f517002a9d65d5fc5e5bec ENV RUBYGEMS_VERSION 2.4.8 # skip installing gem documentation diff --git a/2.0/onbuild/Dockerfile b/2.0/onbuild/Dockerfile index 8ee25166d..d7eedf0b8 100644 --- a/2.0/onbuild/Dockerfile +++ b/2.0/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.0.0-p645 +FROM ruby:2.0.0-p647 # throw errors if Gemfile has been modified since Gemfile.lock RUN bundle config --global frozen 1 diff --git a/2.0/slim/Dockerfile b/2.0/slim/Dockerfile index 260b37afc..c3b87373c 100644 --- a/2.0/slim/Dockerfile +++ b/2.0/slim/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update \ && rm -rf /var/lib/apt/lists/* ENV RUBY_MAJOR 2.0 -ENV RUBY_VERSION 2.0.0-p645 +ENV RUBY_VERSION 2.0.0-p647 ENV RUBYGEMS_VERSION 2.4.8 # skip installing gem documentation diff --git a/2.1/Dockerfile b/2.1/Dockerfile index 7de51de2d..c75e87a5b 100644 --- a/2.1/Dockerfile +++ b/2.1/Dockerfile @@ -1,8 +1,8 @@ FROM buildpack-deps:jessie ENV RUBY_MAJOR 2.1 -ENV RUBY_VERSION 2.1.6 -ENV RUBY_DOWNLOAD_SHA256 1e1362ae7427c91fa53dc9c05aee4ee200e2d7d8970a891c5bd76bee28d28be4 +ENV RUBY_VERSION 2.1.7 +ENV RUBY_DOWNLOAD_SHA256 f59c1596ac39cc7e60126e7d3698c19f482f04060674fdfe0124e1752ba6dd81 ENV RUBYGEMS_VERSION 2.4.8 # skip installing gem documentation diff --git a/2.1/onbuild/Dockerfile b/2.1/onbuild/Dockerfile index 61c941093..3fb732bad 100644 --- a/2.1/onbuild/Dockerfile +++ b/2.1/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.1.6 +FROM ruby:2.1.7 # throw errors if Gemfile has been modified since Gemfile.lock RUN bundle config --global frozen 1 diff --git a/2.1/slim/Dockerfile b/2.1/slim/Dockerfile index e12b1177e..8dc5a45a4 100644 --- a/2.1/slim/Dockerfile +++ b/2.1/slim/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update \ && rm -rf /var/lib/apt/lists/* ENV RUBY_MAJOR 2.1 -ENV RUBY_VERSION 2.1.6 +ENV RUBY_VERSION 2.1.7 ENV RUBYGEMS_VERSION 2.4.8 # skip installing gem documentation diff --git a/2.2/Dockerfile b/2.2/Dockerfile index 876f4f7b7..2a9c7fe13 100644 --- a/2.2/Dockerfile +++ b/2.2/Dockerfile @@ -1,8 +1,8 @@ FROM buildpack-deps:jessie ENV RUBY_MAJOR 2.2 -ENV RUBY_VERSION 2.2.2 -ENV RUBY_DOWNLOAD_SHA256 5ffc0f317e429e6b29d4a98ac521c3ce65481bfd22a8cf845fa02a7b113d9b44 +ENV RUBY_VERSION 2.2.3 +ENV RUBY_DOWNLOAD_SHA256 df795f2f99860745a416092a4004b016ccf77e8b82dec956b120f18bdc71edce ENV RUBYGEMS_VERSION 2.4.8 # skip installing gem documentation diff --git a/2.2/onbuild/Dockerfile b/2.2/onbuild/Dockerfile index 10fb35a96..b35541208 100644 --- a/2.2/onbuild/Dockerfile +++ b/2.2/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.2.2 +FROM ruby:2.2.3 # throw errors if Gemfile has been modified since Gemfile.lock RUN bundle config --global frozen 1 diff --git a/2.2/slim/Dockerfile b/2.2/slim/Dockerfile index ac87ecced..a0c8734e0 100644 --- a/2.2/slim/Dockerfile +++ b/2.2/slim/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update \ && rm -rf /var/lib/apt/lists/* ENV RUBY_MAJOR 2.2 -ENV RUBY_VERSION 2.2.2 +ENV RUBY_VERSION 2.2.3 ENV RUBYGEMS_VERSION 2.4.8 # skip installing gem documentation