Skip to content

Commit

Permalink
Merge pull request #3643 from aledbf/update-nginx
Browse files Browse the repository at this point in the history
Update nginx
  • Loading branch information
k8s-ci-robot authored Jan 10, 2019
2 parents 871f405 + d2e1daf commit e7a0a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/nginx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# 0.0.0 shouldn't clobber any released builds
TAG ?= 0.74
TAG ?= 0.75
REGISTRY ?= quay.io/kubernetes-ingress-controller
ARCH ?= $(shell go env GOARCH)
DOCKER ?= docker
Expand Down Expand Up @@ -71,7 +71,7 @@ else
cd $(TEMP_DIR) && $(SED_I) "s/CROSS_BUILD_//g" Dockerfile
endif

$(DOCKER) build -t $(MULTI_ARCH_IMG):$(TAG) $(TEMP_DIR)
$(DOCKER) build --no-cache -t $(MULTI_ARCH_IMG):$(TAG) $(TEMP_DIR)

ifeq ($(ARCH), amd64)
# This is for to maintain the backward compatibility
Expand Down

0 comments on commit e7a0a96

Please sign in to comment.