test/base_docker_box/Dockerfile in taperole-1.8.2 vs test/base_docker_box/Dockerfile in taperole-2.0.0
- old
+ new
@@ -9,12 +9,12 @@
# Install ansible dependencies
RUN apt-get install -y python-dev git aptitude sudo wget make zlib1g-dev libssl-dev build-essential libreadline-dev libyaml-dev libxml2-dev libcurl4-openssl-dev python-software-properties libffi-dev curl
# Install Ruby
WORKDIR /tmp
-RUN wget http://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.0.tar.gz
-RUN tar -xvzf ruby-2.3.0.tar.gz
-WORKDIR /tmp/ruby-2.3.0
+RUN wget http://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.0.tar.gz
+RUN tar -xvzf ruby-2.4.0.tar.gz
+WORKDIR /tmp/ruby-2.4.0
RUN ./configure --prefix=/usr/local
RUN make
RUN make install
# Add an authorized_keys file to the container since tape expects this