Skip to content
This repository was archived by the owner on Jan 21, 2023. It is now read-only.

Commit 277f51f

Browse files
committed
update elastic/logstash
1 parent 34f80ac commit 277f51f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

3.1/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ RUN apk-install -t build-deps wget ca-certificates gpgme \
2121
&& gosu nobody true \
2222
&& apk del --purge build-deps
2323

24-
# ENV ELASTIC 1.7.5
24+
# ENV ELASTIC 1.7.6
2525
# ENV LOGSTASH 1.5.6
26-
ENV ELASTIC 2.4.1
27-
ENV LOGSTASH 2.4.0
26+
ENV ELASTIC 2.4.2
27+
ENV LOGSTASH 2.4.1
2828
ENV KIBANA 3.1.3
2929

3030
RUN apk-install libzmq bash nodejs supervisor nginx apache2-utils

4.6/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ RUN apk-install -t build-deps wget ca-certificates gpgme \
2121
&& gosu nobody true \
2222
&& apk del --purge build-deps
2323

24-
ENV ELASTIC 2.4.1
25-
ENV LOGSTASH 2.4.0
26-
ENV KIBANA 4.6.2
24+
ENV ELASTIC 2.4.2
25+
ENV LOGSTASH 2.4.1
26+
ENV KIBANA 4.6.3
2727

2828
RUN apk-install libzmq bash nodejs supervisor nginx apache2-utils openssl
2929
RUN mkdir -p /usr/local/lib \

0 commit comments

Comments
 (0)