This is an automated email from the ASF dual-hosted git repository.
psomogyi 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 b2e9321 HBASE-24251 PreCommit build is failing because of can not
build docker image; addendum (#1579)
b2e9321 is described below
commit b2e9321d9714628e10c52d4592c6e36149474701
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 && \