From 2fa539089ae01d6fc33da67176e8ae8b5461e508 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