Bump Ruby interpreter to 2.4.5

This commit is contained in:
Stan Hu 2018-10-17 14:53:34 -07:00
parent a32e4f208a
commit f0ec140a5a
12 changed files with 25 additions and 25 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.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}" \