Skip to content

Commit 98f7c50

Browse files
committed
Bump elasticsearch from to 2.4 to 5.3.0
1 parent 70ef3eb commit 98f7c50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ services:
233233
#
234234

235235
elasticsearch:
236-
image: elasticsearch:2.4
236+
image: elasticsearch:5.3.0
237237
volumes:
238238
- type: volume
239239
source: elasticsearch
@@ -265,7 +265,7 @@ services:
265265
#
266266

267267
elasticsearch_test:
268-
image: elasticsearch:2.4
268+
image: elasticsearch:5.3.0
269269
volumes:
270270
- type: volume
271271
source: elasticsearch_test

0 commit comments

Comments
 (0)