From 86b6532354da5a01a509e6699762edf09e58819f Mon Sep 17 00:00:00 2001 From: Glenn Slaven Date: Tue, 5 Jun 2018 15:28:26 +1000 Subject: [PATCH] Increment nginx image tag --- images/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/nginx/Makefile b/images/nginx/Makefile index f2ee09a4b..da1bcd76a 100644 --- a/images/nginx/Makefile +++ b/images/nginx/Makefile @@ -13,7 +13,7 @@ # limitations under the License. # 0.0.0 shouldn't clobber any released builds -TAG ?= 0.50 +TAG ?= 0.51 REGISTRY ?= quay.io/kubernetes-ingress-controller ARCH ?= $(shell go env GOARCH) DOCKER ?= docker