You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/04/24 08:32:30 UTC

[hbase] branch branch-2 updated: HBASE-24251 PreCommit build is failing because of can not build docker image (#1575)

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

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


The following commit(s) were added to refs/heads/branch-2 by this push:
     new a029566  HBASE-24251 PreCommit build is failing because of can not build docker image (#1575)
a029566 is described below

commit a0295662dadc37b49cca785e38480c92c430bb0e
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Fri Apr 24 15:39:18 2020 +0800

    HBASE-24251 PreCommit build is failing because of can not build docker image (#1575)
    
    Signed-off-by: Viraj Jasani <vj...@apache.org>
    Signed-off-by: Jan Hentschel <ja...@ultratendency.com>
---
 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 222990b..195c14a 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -39,7 +39,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -qq update && \
     bash=4.4.18-2ubuntu1.2 \
     build-essential=12.4ubuntu1 \
     diffutils=1:3.6-1 \
-    git=1:2.17.1-1ubuntu0.6 \
+    git=1:2.17.1-1ubuntu0.7 \
     rsync=3.1.2-2.1ubuntu1 \
     tar=1.29b-2ubuntu0.1 \
     wget=1.19.4-1ubuntu2.2 \