Skip to content

Commit

Permalink
ISSUE apache#697: bump version to 4.6.0 in Dockerfile
Browse files Browse the repository at this point in the history
Descriptions of the changes in this PR:

Since 4.6.0 released, bump version to 4.6.0 in Dockerfile to use the latest release

Master Issue: apache#697

Author: Jia Zhai <zhaijia@apache.org>

Reviewers: Enrico Olivelli <eolivelli@gmail.com>

This closes apache#918 from jiazhai/issue-697, closes apache#697
  • Loading branch information
jiazhai committed Dec 26, 2017
1 parent 0d6c21e commit 92b438c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
FROM centos:7
MAINTAINER Apache BookKeeper <dev@bookkeeper.apache.org>

ARG BK_VERSION=4.5.0
ARG BK_VERSION=4.6.0
ARG DISTRO_NAME=bookkeeper-server-${BK_VERSION}-bin
ARG GPG_KEY=FD74402C
ARG GPG_KEY=3ECFCAC4

ENV BOOKIE_PORT=3181
EXPOSE $BOOKIE_PORT
Expand Down

0 comments on commit 92b438c

Please sign in to comment.