File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ RUN set -x \
21
21
&& apt-get update && apt-get install -y --no-install-recommends apt-transport-https && rm -rf /var/lib/apt/lists/* \
22
22
&& echo 'deb http://packages.elasticsearch.org/elasticsearch/2.x/debian stable main' > /etc/apt/sources.list.d/elasticsearch.list
23
23
24
- ENV ELASTICSEARCH_VERSION 2.4.2
25
- ENV ELASTICSEARCH_DEB_VERSION 2.4.2
24
+ ENV ELASTICSEARCH_VERSION 2.4.3
25
+ ENV ELASTICSEARCH_DEB_VERSION 2.4.3
26
26
27
27
RUN set -x \
28
28
\
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ ENV GPG_KEY 46095ACC8548582C1A2699A9D27D666CD88E42B4
13
13
WORKDIR /usr/share/elasticsearch
14
14
ENV PATH /usr/share/elasticsearch/bin:$PATH
15
15
16
- ENV ELASTICSEARCH_VERSION 2.4.2
17
- ENV ELASTICSEARCH_TARBALL="https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.4.2 .tar.gz" \
18
- ELASTICSEARCH_TARBALL_ASC="https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.4.2 .tar.gz.asc" \
19
- ELASTICSEARCH_TARBALL_SHA1="25effa2daacf5ba65151103dd47339fd88826756 "
16
+ ENV ELASTICSEARCH_VERSION 2.4.3
17
+ ENV ELASTICSEARCH_TARBALL="https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.4.3 .tar.gz" \
18
+ ELASTICSEARCH_TARBALL_ASC="https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.4.3 .tar.gz.asc" \
19
+ ELASTICSEARCH_TARBALL_SHA1="7f415b3598315c017b0733f50cd47aa837886a7f "
20
20
21
21
RUN set -ex; \
22
22
\
You can’t perform that action at this time.
0 commit comments