Update nginx image and QEMU version

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-10-29 10:58:06 -03:00
parent d68b90d49a
commit a42f181d73
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
4 changed files with 8 additions and 8 deletions

View file

@ -26,7 +26,7 @@ ifeq ($(GOHOSTOS),darwin)
SED_I=sed -i ''
endif
QEMUVERSION=v2.12.0-1
QEMUVERSION=v3.0.0
IMGNAME = nginx
IMAGE = $(REGISTRY)/$(IMGNAME)