Release nginx-slim 0.19

This commit is contained in:
Manuel de Brito Fontes 2017-06-20 19:57:25 -04:00
parent 9ec862bb78
commit 04c06eaaa6
3 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@
# limitations under the License.
# 0.0.0 shouldn't clobber any released builds
TAG = 0.18
TAG = 0.19
REGISTRY = gcr.io/google_containers
ARCH ?= $(shell go env GOARCH)
ALL_ARCH = amd64 arm ppc64le
@ -25,7 +25,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
# Set default base image dynamically for each arch
BASEIMAGE?=gcr.io/google_containers/ubuntu-slim-$(ARCH):0.11
BASEIMAGE?=gcr.io/google_containers/ubuntu-slim-$(ARCH):0.12
ifeq ($(ARCH),arm)
QEMUARCH=arm