Skip to content

Commit

Permalink
Merge pull request #1570 from aledbf/update-nginx
Browse files Browse the repository at this point in the history
Update nginx version
  • Loading branch information
aledbf authored Oct 23, 2017
2 parents 6b20905 + 7507c2f commit 280ec72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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.26
BASEIMAGE?=gcr.io/google_containers/nginx-slim-$(ARCH):0.27

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

0 comments on commit 280ec72

Please sign in to comment.