File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM buildpack-deps:wheezy
3
3
RUN apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
4
4
5
5
ENV RUBY_MAJOR 1.9
6
- ENV RUBY_VERSION 1.9.3-p547
6
+ ENV RUBY_VERSION 1.9.3-p550
7
7
8
8
# some of ruby's build scripts are written in ruby
9
9
# we purge this later to make sure our final image uses what we just built
Original file line number Diff line number Diff line change 1
- FROM ruby:1.9.3-p547
1
+ FROM ruby:1.9.3-p550
2
2
3
3
# throw errors if Gemfile has been modified since Gemfile.lock
4
4
RUN bundle config --global frozen 1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM buildpack-deps:jessie
3
3
RUN apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
4
4
5
5
ENV RUBY_MAJOR 2.0
6
- ENV RUBY_VERSION 2.0.0-p576
6
+ ENV RUBY_VERSION 2.0.0-p594
7
7
8
8
# some of ruby's build scripts are written in ruby
9
9
# we purge this later to make sure our final image uses what we just built
Original file line number Diff line number Diff line change 1
- FROM ruby:2.0.0-p576
1
+ FROM ruby:2.0.0-p594
2
2
3
3
# throw errors if Gemfile has been modified since Gemfile.lock
4
4
RUN bundle config --global frozen 1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM buildpack-deps:jessie
3
3
RUN apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
4
4
5
5
ENV RUBY_MAJOR 2.1
6
- ENV RUBY_VERSION 2.1.3
6
+ ENV RUBY_VERSION 2.1.4
7
7
8
8
# some of ruby's build scripts are written in ruby
9
9
# we purge this later to make sure our final image uses what we just built
Original file line number Diff line number Diff line change 1
- FROM ruby:2.1.3
1
+ FROM ruby:2.1.4
2
2
3
3
# throw errors if Gemfile has been modified since Gemfile.lock
4
4
RUN bundle config --global frozen 1
You can’t perform that action at this time.
0 commit comments