-
Notifications
You must be signed in to change notification settings - Fork 736
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Update attachment mapper to v3.0.0"
This reverts commit c906cd5.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM elasticsearch:1.7.2 | |
MAINTAINER Nicolas Ruflin <[email protected]> | ||
|
||
# Dependencies | ||
ENV ES_MAPPER_ATTACHMENTS_VER 3.0.0 | ||
ENV ES_MAPPER_ATTACHMENTS_VER 2.7.0 | ||
ENV ES_TRANSPORT_MEMCACHED_VER 2.7.0 | ||
ENV ES_TRANSPORT_THRIFT_VER 2.7.0 | ||
ENV ES_GEOCLUSTER_FACET_VER 0.0.12 | ||
|