You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by aa...@apache.org on 2020/04/10 19:53:08 UTC

[incubator-mxnet] branch v1.x updated: Pinning rvm version to satisfy Jekyll build (#18016)

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 <cg...@gmail.com>
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