mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Bump Ruby interpreter to 2.4.5
This commit is contained in:
parent
a32e4f208a
commit
f0ec140a5a
12 changed files with 25 additions and 25 deletions
|
|
@ -12,7 +12,7 @@ ENV LANG en_US.UTF-8
|
|||
ENV LANGUAGE en_US:en
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
|
||||
ENV RUBY_VERSION 2.4.4
|
||||
ENV RUBY_VERSION 2.4.5
|
||||
RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.4/ruby-${RUBY_VERSION}.tar.gz" \
|
||||
| tar -xzC /tmp \
|
||||
&& cd "/tmp/ruby-${RUBY_VERSION}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue