Skip to content

Commit

Permalink
Merge pull request #1089 from aledbf/update-ngx
Browse files Browse the repository at this point in the history
Update nginx to 1.13.4
  • Loading branch information
aledbf authored Aug 8, 2017
2 parents 91077a2 + c48e412 commit 198c926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/nginx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)

# Set default base image dynamically for each arch
BASEIMAGE?=gcr.io/google_containers/nginx-slim-$(ARCH):0.22
BASEIMAGE?=gcr.io/google_containers/nginx-slim-$(ARCH):0.23

ifeq ($(ARCH),arm)
QEMUARCH=arm
Expand Down

0 comments on commit 198c926

Please sign in to comment.