Skip to content

Commit

Permalink
update to ES 6.5.2 and to LATEST PHP 7.3 official relase (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
p365labs authored and ruflin committed Dec 11, 2018
1 parent 620552f commit 76e868a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ All library issues should go to the [issue tracker from github](https://github.c

Compatibility
-------------
This release is compatible with all Elasticsearch 6.x releases. It was tested with version 6.4.2.
This release is compatible with all Elasticsearch 6.x releases. It was tested with version 6.5.2.


Contributing
Expand Down
2 changes: 1 addition & 1 deletion env/elastica/Docker73
@@ -1,6 +1,6 @@
# This image is the base image for the Elastica development and includes all parts which rarely change
# PHP 7 Docker file with Composer installed
FROM php:7.3-rc
FROM php:7.3
MAINTAINER Nicolas Ruflin <spam@ruflin.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion env/elasticsearch/Dockerfile
@@ -1,5 +1,5 @@
#https://www.docker.elastic.co/
FROM docker.elastic.co/elasticsearch/elasticsearch:6.4.2
FROM docker.elastic.co/elasticsearch/elasticsearch:6.5.2
MAINTAINER Nicolas Ruflin <spam@ruflin.com>

RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch ingest-attachment
Expand Down

0 comments on commit 76e868a

Please sign in to comment.