File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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.2
6
- ENV RUBY_VERSION 2.2.0-rc1
6
+ ENV RUBY_VERSION 2.2.0
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.2.0-rc1
1
+ FROM ruby:2.2.0
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: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 2.2
6
- ENV RUBY_VERSION 2.2.0-rc1
6
+ ENV RUBY_VERSION 2.2.0
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
You can’t perform that action at this time.
0 commit comments