You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by eo...@apache.org on 2018/01/30 07:58:37 UTC

[bookkeeper] 01/01: Update docker file to 4.6.1 on branch-4.6 (#1072)

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 <eo...@gmail.com>
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 <de...@bookkeeper.apache.org>
 
-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
eolivelli@apache.org.