From 7507c2fe44c9dc79ba30a99c7e542f9ce2cfed54 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Sun, 22 Oct 2017 11:26:32 -0300 Subject: [PATCH] Update nginx version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d0b6670de..0fc9c15f10 100644 --- a/Makefile +++ b/Makefile @@ -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