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 21:33:56 UTC

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

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 700a1bd  HBASE-24203 Bump git version in Dockerfile; addendum (#1543)
700a1bd is described below

commit 700a1bd0a836075170f5f74551b3f52f442b99a1
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Fri Apr 17 23:29:52 2020 +0200

    HBASE-24203 Bump git version in Dockerfile; addendum (#1543)
    
    Signed-off-by: Nick Dimiduk <nd...@apache.org>
---
 dev-support/hbase_docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/hbase_docker/Dockerfile b/dev-support/hbase_docker/Dockerfile
index f1c84e2..cf9c8ca 100644
--- a/dev-support/hbase_docker/Dockerfile
+++ b/dev-support/hbase_docker/Dockerfile
@@ -21,7 +21,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -qq update && \
   DEBIAN_FRONTEND=noninteractive apt-get -qq install --no-install-recommends -y \
     ca-certificates=20180409 \
     curl=7.58.0-2ubuntu3.8 \
-    git=1:2.17.1-1ubuntu0.5 \
+    git=1:2.17.1-1ubuntu0.6 \
     locales=2.27-3ubuntu1 \
     && \
     apt-get clean && \