Skip to content

Commit 71cfc2c

Browse files
sam-silvtianon
authored andcommitted
Update to ES 5.1.1
1 parent 9ad14fa commit 71cfc2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN set -x \
2121
&& apt-get update && apt-get install -y --no-install-recommends apt-transport-https && rm -rf /var/lib/apt/lists/* \
2222
&& echo 'deb https://artifacts.elastic.co/packages/5.x/apt stable main' > /etc/apt/sources.list.d/elasticsearch.list
2323

24-
ENV ELASTICSEARCH_VERSION 5.0.2
24+
ENV ELASTICSEARCH_VERSION 5.1.1
2525

2626
RUN set -x \
2727
\

0 commit comments

Comments
 (0)