This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 8659252  update Gemfile.lock and Docker build (#1436)
8659252 is described below

commit 86592522c3f609f74d2ef066e4d91dac1599a899
Author: Luc Perkins <lucperk...@gmail.com>
AuthorDate: Sat Mar 24 17:16:56 2018 -0700

    update Gemfile.lock and Docker build (#1436)
---
 build/docker/Dockerfile | 4 ++--
 site/Gemfile.lock       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build/docker/Dockerfile b/build/docker/Dockerfile
index 2075135..da7d797 100644
--- a/build/docker/Dockerfile
+++ b/build/docker/Dockerfile
@@ -43,12 +43,12 @@ ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64
 
 ## Website build dependencies
 
-# Install Ruby-2.4.1
+# Install Ruby-2.3.1
 RUN apt-get install -y
 RUN gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 
409B6B1796C275462A1703113804BB82D39DC0E3 
7D2BAF1CF37B13E2069D6956105BD0E739499BDB && \
     (curl -sSL https://get.rvm.io | bash -s stable)
 ENV PATH "$PATH:/usr/local/rvm/bin"
-RUN rvm install 2.4.1
+RUN rvm install 2.3.1
 
 # Install PIP and PDoc
 RUN wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py
diff --git a/site/Gemfile.lock b/site/Gemfile.lock
index f96aea6..9cbb328 100644
--- a/site/Gemfile.lock
+++ b/site/Gemfile.lock
@@ -60,7 +60,7 @@ DEPENDENCIES
   jekyll (= 3.7.0)
 
 RUBY VERSION
-   ruby 2.4.1p111
+   ruby 2.3.1p112
 
 BUNDLED WITH
-   1.16.0
+   1.16.1

-- 
To stop receiving notification emails like this one, please contact
mme...@apache.org.

Reply via email to