mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Ruby 2.1.5, 2.0.0-p598, 1.9.3-p551
This commit is contained in:
parent
21d5c31b5f
commit
069e9f5f9a
6 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@ FROM buildpack-deps:wheezy
|
||||||
RUN apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV RUBY_MAJOR 1.9
|
ENV RUBY_MAJOR 1.9
|
||||||
ENV RUBY_VERSION 1.9.3-p550
|
ENV RUBY_VERSION 1.9.3-p551
|
||||||
|
|
||||||
# some of ruby's build scripts are written in ruby
|
# 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
|
# we purge this later to make sure our final image uses what we just built
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ruby:1.9.3-p550
|
FROM ruby:1.9.3-p551
|
||||||
|
|
||||||
# throw errors if Gemfile has been modified since Gemfile.lock
|
# throw errors if Gemfile has been modified since Gemfile.lock
|
||||||
RUN bundle config --global frozen 1
|
RUN bundle config --global frozen 1
|
||||||
|
|
|
@ -3,7 +3,7 @@ FROM buildpack-deps:jessie
|
||||||
RUN apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV RUBY_MAJOR 2.0
|
ENV RUBY_MAJOR 2.0
|
||||||
ENV RUBY_VERSION 2.0.0-p594
|
ENV RUBY_VERSION 2.0.0-p598
|
||||||
|
|
||||||
# some of ruby's build scripts are written in ruby
|
# 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
|
# we purge this later to make sure our final image uses what we just built
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ruby:2.0.0-p594
|
FROM ruby:2.0.0-p598
|
||||||
|
|
||||||
# throw errors if Gemfile has been modified since Gemfile.lock
|
# throw errors if Gemfile has been modified since Gemfile.lock
|
||||||
RUN bundle config --global frozen 1
|
RUN bundle config --global frozen 1
|
||||||
|
|
|
@ -3,7 +3,7 @@ FROM buildpack-deps:jessie
|
||||||
RUN apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV RUBY_MAJOR 2.1
|
ENV RUBY_MAJOR 2.1
|
||||||
ENV RUBY_VERSION 2.1.4
|
ENV RUBY_VERSION 2.1.5
|
||||||
|
|
||||||
# some of ruby's build scripts are written in ruby
|
# 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
|
# we purge this later to make sure our final image uses what we just built
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ruby:2.1.4
|
FROM ruby:2.1.5
|
||||||
|
|
||||||
# throw errors if Gemfile has been modified since Gemfile.lock
|
# throw errors if Gemfile has been modified since Gemfile.lock
|
||||||
RUN bundle config --global frozen 1
|
RUN bundle config --global frozen 1
|
||||||
|
|
Loading…
Reference in a new issue