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

[hbase] branch branch-2.3 updated: HBASE-24203 Bump git version in Dockerfile (#1538)

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

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


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new 2be04d7  HBASE-24203 Bump git version in Dockerfile (#1538)
2be04d7 is described below

commit 2be04d713c95fbc7e920f387eb68caede037c9a8
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Fri Apr 17 13:06:46 2020 +0200

    HBASE-24203 Bump git version in Dockerfile (#1538)
    
    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 686738c..222990b 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.5 \
+    git=1:2.17.1-1ubuntu0.6 \
     rsync=3.1.2-2.1ubuntu1 \
     tar=1.29b-2ubuntu0.1 \
     wget=1.19.4-1ubuntu2.2 \