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 2021/01/11 10:36:26 UTC

[bookkeeper] branch master updated: Move Dockerfile to 4.12.1

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

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 86a1912  Move Dockerfile to 4.12.1
86a1912 is described below

commit 86a1912d2873355f26d4fbb63de36439a7da8bf2
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Mon Jan 11 11:36:10 2021 +0100

    Move Dockerfile to 4.12.1
---
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index d061790..01220af 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -20,7 +20,7 @@
 FROM centos:7
 MAINTAINER Apache BookKeeper <de...@bookkeeper.apache.org>
 
-ARG BK_VERSION=4.12.0
+ARG BK_VERSION=4.12.1
 ARG DISTRO_NAME=bookkeeper-server-${BK_VERSION}-bin
 ARG DISTRO_URL=https://archive.apache.org/dist/bookkeeper/bookkeeper-${BK_VERSION}/${DISTRO_NAME}.tar.gz