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 e0db859 HBASE-24251 PreCommit build is failing because of can not
build docker image; addendum (#1579)
e0db859 is described below
commit e0db859a43dd62dcccc0f71c61cf52982cfb0683
Author: Peter Somogyi <[email protected]>
AuthorDate: Fri Apr 24 13:40:20 2020 +0200
HBASE-24251 PreCommit build is failing because of can not build docker
image; addendum (#1579)
Signed-off-by: Duo Zhang <[email protected]>
---
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 cf9c8ca..78aa09a 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.6 \
+ git=1:2.17.1-1ubuntu0.7 \
locales=2.27-3ubuntu1 \
&& \
apt-get clean && \