brotli rollback

This commit is contained in:
Karl Stoney 2018-02-01 09:26:09 +00:00
parent fc7b6059e1
commit c1b788062f
2 changed files with 3 additions and 3 deletions

View file

@ -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 --

View file

@ -181,7 +181,7 @@ make install
# Get Brotli source and deps
cd "$BUILD_PATH"
git clone --depth=1 https://github.com/eustas/ngx_brotli.git
git clone --depth=1 https://github.com/google/ngx_brotli.git
cd ngx_brotli
git submodule init
git submodule update