update pause to 3.2 since we changed the build

see: 86ed97f
This commit is contained in:
Benjamin Elder 2020-02-12 15:51:04 -08:00
parent f7eafa1a83
commit 3072f9080e

View File

@ -20,7 +20,7 @@ REGISTRY ?= staging-k8s.gcr.io
IMAGE = $(REGISTRY)/pause
IMAGE_WITH_ARCH = $(IMAGE)-$(ARCH)
TAG = 3.1
TAG = 3.2
REV = $(shell git describe --contains --always --match='v*')
# Architectures supported: amd64, arm, arm64, ppc64le and s390x