We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad14fa commit 71cfc2cCopy full SHA for 71cfc2c
5/Dockerfile
@@ -21,7 +21,7 @@ RUN set -x \
21
&& apt-get update && apt-get install -y --no-install-recommends apt-transport-https && rm -rf /var/lib/apt/lists/* \
22
&& echo 'deb https://artifacts.elastic.co/packages/5.x/apt stable main' > /etc/apt/sources.list.d/elasticsearch.list
23
24
-ENV ELASTICSEARCH_VERSION 5.0.2
+ENV ELASTICSEARCH_VERSION 5.1.1
25
26
RUN set -x \
27
\
0 commit comments