Release nginx-slim 0.18

This commit is contained in:
Manuel de Brito Fontes 2017-06-07 11:07:12 -04:00
parent 8cd9a5a98a
commit 98454a0aa2
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@
# limitations under the License.
# 0.0.0 shouldn't clobber any released builds
TAG = 0.17
TAG = 0.18
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.10
BASEIMAGE?=gcr.io/google_containers/ubuntu-slim-$(ARCH):0.11
ifeq ($(ARCH),arm)
QEMUARCH=arm