Skip to content

Commit 3072f90

Browse files
committed
update pause to 3.2 since we changed the build
see: 86ed97f
1 parent f7eafa1 commit 3072f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pause/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ REGISTRY ?= staging-k8s.gcr.io
2020
IMAGE = $(REGISTRY)/pause
2121
IMAGE_WITH_ARCH = $(IMAGE)-$(ARCH)
2222

23-
TAG = 3.1
23+
TAG = 3.2
2424
REV = $(shell git describe --contains --always --match='v*')
2525

2626
# Architectures supported: amd64, arm, arm64, ppc64le and s390x

0 commit comments

Comments
 (0)