Skip to content

Commit

Permalink
update to ES 6.5.2 and to LATEST PHP 7.3 official relase
Browse files Browse the repository at this point in the history
  • Loading branch information
p365labs committed Dec 10, 2018
1 parent 620552f commit df220ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 df220ca

Please sign in to comment.