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:
Balasankar "Balu" C 2020-01-02 10:44:46 +05:30
parent 5ae0dafe5e
commit 6b2a062bce
No known key found for this signature in database
GPG key ID: B77D2E2E23735427
13 changed files with 13 additions and 13 deletions

View file

@ -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}" \