Update nginx to 1.13.4
This commit is contained in:
parent
1b41e80eef
commit
c48e412217
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue