Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit dc04538

Browse files
Update to 2.4.2
1 parent e7bc23d commit dc04538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2.4/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 http://packages.elasticsearch.org/elasticsearch/2.x/debian stable main' > /etc/apt/sources.list.d/elasticsearch.list
2323

24-
ENV ELASTICSEARCH_VERSION 2.4.1
24+
ENV ELASTICSEARCH_VERSION 2.4.2
2525

2626
RUN set -x \
2727
&& apt-get update \

0 commit comments

Comments
 (0)