mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Bump ruby to 2.4.4
This commit is contained in:
parent
ade5adcc54
commit
8841aa79c3
9 changed files with 28 additions and 30 deletions
|
|
@ -11,10 +11,10 @@ ENV LANGUAGE en_US:en
|
|||
ENV LC_ALL en_US.UTF-8
|
||||
|
||||
|
||||
ENV RUBY_VERSION 2.3.7
|
||||
RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.3/ruby-${RUBY_VERSION}.tar.gz" \
|
||||
ENV RUBY_VERSION 2.4.4
|
||||
RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.4/ruby-${RUBY_VERSION}.tar.gz" \
|
||||
| tar -xzC /tmp \
|
||||
&& cd /tmp/ruby-2.3.7 \
|
||||
&& cd /tmp/ruby-2.4.4 \
|
||||
&& ./configure --disable-install-rdoc --disable-install-doc --disable-install-capi\
|
||||
&& make \
|
||||
&& make install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue