From 3793f71595141a00702b37062a8e6127bafc94fd Mon Sep 17 00:00:00 2001 From: Aman Date: Tue, 26 Jul 2016 18:54:36 +0530 Subject: [PATCH] Update filebeat version to 1.2.3 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1e36741..933c85a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu MAINTAINER Amanpreet Singh -ENV FILEBEAT_VERSION 1.2.2 +ENV FILEBEAT_VERSION 1.2.3 RUN apt-get update && \ apt-get -y install wget && \ @@ -18,4 +18,3 @@ RUN apt-get update && \ COPY filebeat.yml /etc/filebeat/ CMD ["/usr/local/bin/filebeat", "-e", "-c", "/etc/filebeat/filebeat.yml"] -