From 99c6b1d9a9be05b5108ab1dcddf143e71010c5a0 Mon Sep 17 00:00:00 2001 From: lisa-sigsci Date: Thu, 24 Jun 2021 12:26:12 -0700 Subject: [PATCH] Added v0.47.0 support --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45f3f07..f9791a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NGINX_INGRESS_VERSION=${NGINX_INGRESS_VERSION:-v0.44.0} +ARG NGINX_INGRESS_VERSION=${NGINX_INGRESS_VERSION:-v0.47.0} FROM k8s.gcr.io/ingress-nginx/controller:${NGINX_INGRESS_VERSION} ARG PKGNAME=${PKGNAME:-nginx-module-sigsci-nxo}