Update the fluentd versions to include fixes for #19405.

This commit is contained in:
Alex Robinson
2016-01-27 00:07:46 +00:00
parent ac13e851e2
commit 6acf297231
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
.PHONY: build push
IMAGE = fluentd-elasticsearch
TAG = 1.12
TAG = 1.13
build:
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .