Release nginx-slim 0.17

This commit is contained in:
Manuel de Brito Fontes 2017-05-17 11:22:11 -04:00
parent c831359733
commit b72ee2479e
2 changed files with 10 additions and 10 deletions

View file

@ -15,7 +15,7 @@
all: push
# 0.0.0 shouldn't clobber any released builds
TAG = 0.16
TAG = 0.17
REGISTRY = gcr.io/google_containers
ARCH ?= $(shell go env GOARCH)
QEMUVERSION=v2.7.0
@ -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.9
BASEIMAGE?=gcr.io/google_containers/ubuntu-slim-$(ARCH):0.10
ifeq ($(ARCH),arm)
QEMUARCH=arm