This is an automated email from the ASF dual-hosted git repository. eolivelli pushed a commit to tag release-4.6.1 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
commit 1f62303bb81dbd23ac45cff9dd2d8689a619cabd Author: Enrico Olivelli <[email protected]> AuthorDate: Mon Jan 29 22:02:13 2018 +0100 Update docker file to 4.6.1 on branch-4.6 (#1072) --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index e35ef16..a76a6d9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -20,9 +20,9 @@ FROM centos:7 MAINTAINER Apache BookKeeper <[email protected]> -ARG BK_VERSION=4.6.0 +ARG BK_VERSION=4.6.1 ARG DISTRO_NAME=bookkeeper-server-${BK_VERSION}-bin -ARG GPG_KEY=3ECFCAC4 +ARG GPG_KEY=A615D22C ENV BOOKIE_PORT=3181 EXPOSE $BOOKIE_PORT -- To stop receiving notification emails like this one, please contact [email protected].
