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

aaronmarkham pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.x by this push:
     new db93398  Pinning rvm version to satisfy Jekyll build (#18016)
db93398 is described below

commit db93398139021aacb208cb5f56a1fde8af7d033a
Author: Connor Goggins <[email protected]>
AuthorDate: Fri Apr 10 12:52:10 2020 -0700

    Pinning rvm version to satisfy Jekyll build (#18016)
---
 ci/docker/Dockerfile.build.ubuntu_cpu_jekyll | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/docker/Dockerfile.build.ubuntu_cpu_jekyll 
b/ci/docker/Dockerfile.build.ubuntu_cpu_jekyll
index 62db71e..88815d7 100644
--- a/ci/docker/Dockerfile.build.ubuntu_cpu_jekyll
+++ b/ci/docker/Dockerfile.build.ubuntu_cpu_jekyll
@@ -43,7 +43,7 @@ RUN curl -sSL https://rvm.io/mpapis.asc | gpg2 --import - && \
 
 RUN source /etc/profile.d/rvm.sh && \
     rvm requirements && \
-    rvm install 2.6 && \
+    rvm install 2.6.3 && \
     rvm use 2.6.3 --default
 
 ENV BUNDLE_HOME=/work/deps/bundle

Reply via email to