updated elasticsearch and kibana version to version 5.6.4

This commit is contained in:
mrahbar
2017-11-09 20:38:09 +01:00
parent 2794f0f3d1
commit 55fdedd700
4 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM docker.elastic.co/elasticsearch/elasticsearch:5.6.2
FROM docker.elastic.co/elasticsearch/elasticsearch:5.6.4
VOLUME ["/data"]
EXPOSE 9200 9300

View File

@@ -16,7 +16,7 @@
PREFIX = gcr.io/google-containers
IMAGE = elasticsearch
TAG = v5.6.2
TAG = v5.6.4
build:
docker build --pull -t $(PREFIX)/$(IMAGE):$(TAG) .