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