Update the logging images to parse sub-second docker timestamps.

This commit is contained in:
Alex Robinson
2016-02-26 20:01:18 +00:00
parent df234d83cd
commit feea376b5c
5 changed files with 5 additions and 5 deletions

View File

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