From c1b788062f43ae41dd15423185f2375bdf149c69 Mon Sep 17 00:00:00 2001 From: Karl Stoney Date: Thu, 1 Feb 2018 09:26:09 +0000 Subject: [PATCH] brotli rollback --- images/nginx/Makefile | 2 +- images/nginx/build.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/nginx/Makefile b/images/nginx/Makefile index e6f2f2f8d..15c39ddf5 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.32 +TAG ?= 0.33 REGISTRY ?= quay.io/kubernetes-ingress-controller ARCH ?= $(shell go env GOARCH) DOCKER ?= gcloud docker -- diff --git a/images/nginx/build.sh b/images/nginx/build.sh index f4d44c06d..4669079e0 100755 --- a/images/nginx/build.sh +++ b/images/nginx/build.sh @@ -181,8 +181,8 @@ make install # Get Brotli source and deps cd "$BUILD_PATH" -git clone --depth=1 https://github.com/eustas/ngx_brotli.git -cd ngx_brotli +git clone --depth=1 https://github.com/google/ngx_brotli.git +cd ngx_brotli git submodule init git submodule update