Skip to content

Commit

Permalink
Update filebeat version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsOps committed Jul 26, 2016
1 parent cc3bdb7 commit 3793f71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu

MAINTAINER Amanpreet Singh <[email protected]>

ENV FILEBEAT_VERSION 1.2.2
ENV FILEBEAT_VERSION 1.2.3

RUN apt-get update && \
apt-get -y install wget && \
Expand All @@ -18,4 +18,3 @@ RUN apt-get update && \
COPY filebeat.yml /etc/filebeat/

CMD ["/usr/local/bin/filebeat", "-e", "-c", "/etc/filebeat/filebeat.yml"]

0 comments on commit 3793f71

Please sign in to comment.