You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zg...@apache.org on 2020/12/21 08:06:23 UTC

[hbase] branch branch-2.2 updated: HBASE-25427 [branch-2.2] Fix the ruby problem for pre-commit (#2798)

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

zghao pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new 4e75ac5  HBASE-25427 [branch-2.2] Fix the ruby problem for pre-commit (#2798)
4e75ac5 is described below

commit 4e75ac561a42b99a98d81dc86ab78b3ace6dc5af
Author: Guanghao Zhang <zg...@apache.org>
AuthorDate: Mon Dec 21 16:05:48 2020 +0800

    HBASE-25427 [branch-2.2] Fix the ruby problem for pre-commit (#2798)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 dev-support/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index 5c27ced..90bcc23 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -17,7 +17,7 @@
 # Dockerfile for installing the necessary dependencies for building Hadoop.
 # See BUILDING.txt.
 
-FROM maven:3.5-jdk-8
+FROM maven:3.6.3-jdk-8
 
 RUN apt-get -q update && apt-get -q install --no-install-recommends -y \
        git \