From 3072f9080efc9e12b6b7aa4ad21ad04b0b24e12a Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Wed, 12 Feb 2020 15:51:04 -0800 Subject: [PATCH] update pause to 3.2 since we changed the build see: 86ed97f --- build/pause/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pause/Makefile b/build/pause/Makefile index 79b44479c5a..1859f6258b2 100644 --- a/build/pause/Makefile +++ b/build/pause/Makefile @@ -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