mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Bump Ruby version to 2.6.5 in omnibus-gitlab images
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
This commit is contained in:
parent
5ae0dafe5e
commit
6b2a062bce
13 changed files with 13 additions and 13 deletions
|
|
@ -6,7 +6,7 @@ RUN apt-get update -q \
|
|||
&& apt-get clean -yqq \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV RUBY_VERSION 2.6.3
|
||||
ENV RUBY_VERSION 2.6.5
|
||||
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}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue