mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Bump Ruby version used in omnibus-gitlab tester images to 2.6.3
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
parent
29956e7940
commit
65eec80096
9 changed files with 18 additions and 18 deletions
|
|
@ -10,8 +10,8 @@ ENV LANG en_US.UTF-8
|
|||
ENV LC_ALL en_US.UTF-8
|
||||
RUN localedef -c -f UTF-8 -i en_US en_US.UTF-8
|
||||
|
||||
ENV RUBY_VERSION 2.4.5
|
||||
RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.4/ruby-${RUBY_VERSION}.tar.gz" \
|
||||
ENV RUBY_VERSION 2.6.3
|
||||
RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-${RUBY_VERSION}.tar.gz" \
|
||||
| tar -xzC /tmp \
|
||||
&& cd "/tmp/ruby-${RUBY_VERSION}" \
|
||||
&& ./configure --disable-install-rdoc --disable-install-doc --disable-install-capi\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue