Skip to content

Commit

Permalink
Update nginx to 1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Aug 8, 2017
1 parent 1b41e80 commit c48e412
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 c48e412

Please sign in to comment.