Bump Ruby to 2.3.7, Git to 2.16.3, and add Git 2.17.0

This commit is contained in:
Stan Hu 2018-04-07 20:57:55 -07:00
parent e1b4518940
commit bda0e0e5bf
11 changed files with 29 additions and 24 deletions

View file

@ -10,10 +10,10 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
ENV RUBY_VERSION 2.3.3
ENV RUBY_VERSION 2.3.7
RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.3/ruby-${RUBY_VERSION}.tar.gz" \
| tar -xzC /tmp \
&& cd /tmp/ruby-2.3.3 \
&& cd /tmp/ruby-2.3.7 \
&& ./configure --disable-install-rdoc --disable-install-doc --disable-install-capi\
&& make \
&& make install