Skip to content

Commit

Permalink
Update docker file to 4.6.1 on branch-4.6 (apache#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli committed Jan 30, 2018
1 parent 131e7ba commit 1f62303
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.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
Expand Down

0 comments on commit 1f62303

Please sign in to comment.