Update nginx modules (#1852)

Update nginx to v1.13.8 and update modules
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-12-26 20:05:23 -03:00 committed by GitHub
parent 9d1c2ed638
commit b329786ec3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 80 additions and 51 deletions

View file

@ -13,7 +13,7 @@
# limitations under the License.
# 0.0.0 shouldn't clobber any released builds
TAG ?= 0.30
TAG ?= 0.31
REGISTRY ?= quay.io/kubernetes-ingress-controller
ARCH ?= $(shell go env GOARCH)
DOCKER ?= gcloud docker --
@ -26,7 +26,7 @@ ifeq ($(GOHOSTOS),darwin)
SED_I=sed -i ''
endif
QEMUVERSION=v2.9.1
QEMUVERSION=v2.9.1-1
IMGNAME = nginx
IMAGE = $(REGISTRY)/$(IMGNAME)