DEV: Update ruby to 2.7.5 (#600)
authorJarek Radosz <jradosz@gmail.com>
Thu, 27 Jan 2022 23:14:45 +0000 (00:14 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 23:14:45 +0000 (10:14 +1100)
image/base/slim.Dockerfile

index dce758e06393f7b3b9ee64210a42eec7e26e72a6..9ed97f428259675a7aa61d088210ef37afd580ae 100644 (file)
@@ -83,12 +83,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.7.4 /usr/local)
+    cd / && rm -rf /src/ruby-build && (ruby-build 2.7.5 /usr/local)
 
 RUN gem update --system
 
 RUN gem install bundler --force &&\
-    rm -rf /usr/local/share/ri/2.7.4/system &&\
+    rm -rf /usr/local/share/ri/2.7.5/system &&\
     cd / && git clone https://github.com/discourse/pups.git
 
 ADD install-redis /tmp/install-redis