Skip to content

Commit b7fefd2

Browse files
committed
Update to 2.2.0
1 parent 35cd39f commit b7fefd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

2.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:jessie
33
RUN apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
44

55
ENV RUBY_MAJOR 2.2
6-
ENV RUBY_VERSION 2.2.0-rc1
6+
ENV RUBY_VERSION 2.2.0
77

88
# some of ruby's build scripts are written in ruby
99
# we purge this later to make sure our final image uses what we just built

2.2/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.2.0-rc1
1+
FROM ruby:2.2.0
22

33
# throw errors if Gemfile has been modified since Gemfile.lock
44
RUN bundle config --global frozen 1

2.2/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:wheezy
33
RUN apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
44

55
ENV RUBY_MAJOR 2.2
6-
ENV RUBY_VERSION 2.2.0-rc1
6+
ENV RUBY_VERSION 2.2.0
77

88
# some of ruby's build scripts are written in ruby
99
# we purge this later to make sure our final image uses what we just built

0 commit comments

Comments
 (0)