This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to tag release-4.7.3 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
commit 2fb7f3a80561eb70dc063c89763d41519fb45f1e Author: Sijie Guo <[email protected]> AuthorDate: Wed Dec 5 11:39:11 2018 -0800 [RELEASE] [DOCKER] Update the docker file for release 4.7.3 *Motivation* Update release version in the docker file Reviewers: Enrico Olivelli <[email protected]> This closes #1860 from sijie/update_docker_version --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 1d1fc03..1e69998 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -20,7 +20,7 @@ FROM centos:7 MAINTAINER Apache BookKeeper <[email protected]> -ARG BK_VERSION=4.7.2 +ARG BK_VERSION=4.7.3 ARG DISTRO_NAME=bookkeeper-server-${BK_VERSION}-bin ARG GPG_KEY=FD74402C
