This is an automated email from the ASF dual-hosted git repository.
zhaijia pushed a commit to branch branch-4.6
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/branch-4.6 by this push:
new 538755f ISSUE #697: bump version to 4.6.0 in Dockerfile
538755f is described below
commit 538755fbb5eca1220a7b5d7f6663e5bb9148e71b
Author: Jia Zhai <[email protected]>
AuthorDate: Tue Dec 26 09:04:43 2017 +0800
ISSUE #697: bump version to 4.6.0 in Dockerfile
Descriptions of the changes in this PR:
Since 4.6.0 released, bump version to 4.6.0 in Dockerfile to use the latest
release
Master Issue: #697
Author: Jia Zhai <[email protected]>
Reviewers: Enrico Olivelli <[email protected]>
This closes #918 from jiazhai/issue-697, closes #697
(cherry picked from commit 5648ba9da09b21bd0d13bc01b6665efb04a9b035)
Signed-off-by: Jia Zhai <[email protected]>
---
docker/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 2af5a61..e35ef16 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -20,9 +20,9 @@
FROM centos:7
MAINTAINER Apache BookKeeper <[email protected]>
-ARG BK_VERSION=4.5.0
+ARG BK_VERSION=4.6.0
ARG DISTRO_NAME=bookkeeper-server-${BK_VERSION}-bin
-ARG GPG_KEY=FD74402C
+ARG GPG_KEY=3ECFCAC4
ENV BOOKIE_PORT=3181
EXPOSE $BOOKIE_PORT
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].