This is an automated email from the ASF dual-hosted git repository. zhaijia pushed a commit to tag release-4.6.0 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
commit 92b438cac4caf7fb312f8d8e7b2538f6dcbbfdba 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 --- 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]>.
