This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch branch-4.8
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/branch-4.8 by this push:
     new a4bf97b  Update BookKeeper version in Docker file for 4.8.1 release
a4bf97b is described below

commit a4bf97ba7f0c4c539bcaea2814a98352f7096af4
Author: Enrico Olivelli <[email protected]>
AuthorDate: Sat Dec 1 01:08:41 2018 +0100

    Update BookKeeper version in Docker file for 4.8.1 release
    
    Descriptions of the changes in this PR:
    Change version from 4.8.0 in 4.8.1 on Dockerfile in branch-4.8
    
    
    ### Motivation
    
    Distribute new Docker images for 4.8.1 release
    
    
    
    
    
    Reviewers: Sijie Guo <[email protected]>
    
    This closes #1851 from eolivelli/fix/docker-4.8.1
---
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index deb00ea..e63ab77 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -20,7 +20,7 @@
 FROM centos:7
 MAINTAINER Apache BookKeeper <[email protected]>
 
-ARG BK_VERSION=4.8.0
+ARG BK_VERSION=4.8.1
 ARG DISTRO_NAME=bookkeeper-server-${BK_VERSION}-bin
 ARG GPG_KEY=A615D22C
 

Reply via email to