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.6.8
31
- ENV ELASTICSEARCH_DEB_VERSION 5.6.8
30
+ ENV ELASTICSEARCH_VERSION 5.6.9
31
+ ENV ELASTICSEARCH_DEB_VERSION 5.6.9
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.6.8
17
- ENV ELASTICSEARCH_TARBALL="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.8 .tar.gz" \
18
- ELASTICSEARCH_TARBALL_ASC="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.8 .tar.gz.asc" \
19
- ELASTICSEARCH_TARBALL_SHA1="571dc6c89e9598dd2971c99776af3777160c92fb "
16
+ ENV ELASTICSEARCH_VERSION 5.6.9
17
+ ENV ELASTICSEARCH_TARBALL="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.9 .tar.gz" \
18
+ ELASTICSEARCH_TARBALL_ASC="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.9 .tar.gz.asc" \
19
+ ELASTICSEARCH_TARBALL_SHA1="9dae4794cad7b804bffe09d03c94ab25b3e9c586 "
20
20
21
21
RUN set -ex; \
22
22
\
You can’t perform that action at this time.
0 commit comments