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 @@ -27,8 +27,8 @@ RUN set -x \
27
27
&& apt-get update && apt-get install -y --no-install-recommends apt-transport-https && rm -rf /var/lib/apt/lists/* \
28
28
&& echo 'deb https://artifacts.elastic.co/packages/5.x/apt stable main' > /etc/apt/sources.list.d/elasticsearch.list
29
29
30
- ENV ELASTICSEARCH_VERSION 5.2.0
31
- ENV ELASTICSEARCH_DEB_VERSION 5.2.0
30
+ ENV ELASTICSEARCH_VERSION 5.2.1
31
+ ENV ELASTICSEARCH_DEB_VERSION 5.2.1
32
32
33
33
RUN set -x \
34
34
\
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 5.2.0
17
- ENV ELASTICSEARCH_TARBALL="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.2.0 .tar.gz" \
18
- ELASTICSEARCH_TARBALL_ASC="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.2.0 .tar.gz.asc" \
19
- ELASTICSEARCH_TARBALL_SHA1="aa0e7411b27bc897727517b524e69c7da0694a0a "
16
+ ENV ELASTICSEARCH_VERSION 5.2.1
17
+ ENV ELASTICSEARCH_TARBALL="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.2.1 .tar.gz" \
18
+ ELASTICSEARCH_TARBALL_ASC="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.2.1 .tar.gz.asc" \
19
+ ELASTICSEARCH_TARBALL_SHA1="93bae92937075fed18ac4a4dd57798aca792af03 "
20
20
21
21
RUN set -ex; \
22
22
\
You can’t perform that action at this time.
0 commit comments