Skip to content

Commit

Permalink
Kibana 4.1.0
Browse files Browse the repository at this point in the history
closes #9
  • Loading branch information
marcbachmann committed Jun 30, 2015
1 parent 60fa658 commit 5e5236a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update -q && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
curl

ENV KIBANA_VERSION 4.0.2-linux-x64
ENV KIBANA_VERSION 4.1.0-linux-x64
RUN curl -s https://download.elastic.co/kibana/kibana/kibana-$KIBANA_VERSION.tar.gz | tar xz -C /tmp
RUN mv /tmp/kibana-* /app

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Available Kibana Versions:
`4.0.0-RC1`
`4.0.0`
`4.0.1`
`4.0.2`, `latest`
`4.0.2`
`4.1.0`, `latest`

## Run
To connect to an elasticsearch server on the docker host, run this:
Expand Down

0 comments on commit 5e5236a

Please sign in to comment.