Use ruby-2.7.4 (#16481)
Stop using older version of resolv gem as the bug has been fixed. https://bugs.ruby-lang.org/issues/17781
This commit is contained in:
		@@ -26,7 +26,7 @@ RUN ARCH= && \
 | 
			
		||||
	mv node-v$NODE_VER-linux-$ARCH /opt/node
 | 
			
		||||
 | 
			
		||||
# Install Ruby
 | 
			
		||||
ENV RUBY_VER="2.7.2"
 | 
			
		||||
ENV RUBY_VER="2.7.4"
 | 
			
		||||
RUN apt-get update && \
 | 
			
		||||
  apt-get install -y --no-install-recommends build-essential \
 | 
			
		||||
    bison libyaml-dev libgdbm-dev libreadline-dev libjemalloc-dev \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user