Bump Ruby to 2.6.6
authorRafael dos Santos Silva <xfalcox@gmail.com>
Fri, 8 May 2020 19:06:22 +0000 (16:06 -0300)
committerRafael dos Santos Silva <xfalcox@gmail.com>
Fri, 8 May 2020 19:06:22 +0000 (16:06 -0300)
image/base/Dockerfile

index 9baea654dffdf63d05582d5c86823657545eca4e..fa5bcdbc166f363905b97ee160fdb39c39204139 100644 (file)
@@ -72,12 +72,12 @@ RUN mkdir /jemalloc-new && cd /jemalloc-new &&\
 RUN echo 'gem: --no-document' >> /usr/local/etc/gemrc &&\
     mkdir /src && cd /src && git clone https://github.com/sstephenson/ruby-build.git &&\
     cd /src/ruby-build && ./install.sh &&\
-    cd / && rm -rf /src/ruby-build && (ruby-build 2.6.5 /usr/local)
+    cd / && rm -rf /src/ruby-build && (ruby-build 2.6.6 /usr/local)
 
 RUN gem update --system
 
 RUN gem install bundler --force &&\
-    rm -rf /usr/local/share/ri/2.6.5/system &&\
+    rm -rf /usr/local/share/ri/2.6.6/system &&\
     cd / && git clone https://github.com/discourse/pups.git
 
 ADD install-redis /tmp/install-redis