Bump version of the fluentd-gcp image

This commit is contained in:
Mik Vyatskov
2016-11-22 11:12:28 +01:00
parent cc0406ca26
commit ba19a27974
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
.PHONY: build push
PREFIX=gcr.io/google_containers
TAG = 1.27
TAG = 1.28
build:
docker build -t $(PREFIX)/fluentd-gcp:$(TAG) .