File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ LATEST_ETCD_VERSION?=3.4.9
34
34
# REVISION provides a version number fo this image and all it's bundled
35
35
# artifacts. It should start at zero for each LATEST_ETCD_VERSION and increment
36
36
# for each revision of this image at that etcd version.
37
- REVISION? =2
37
+ REVISION? =3
38
38
39
39
# IMAGE_TAG Uniquely identifies k8s.gcr.io/etcd docker image with a tag of the form "<etcd-version>-<revision>".
40
40
IMAGE_TAG =$(LATEST_ETCD_VERSION ) -$(REVISION )
@@ -67,19 +67,19 @@ GOARM?=7
67
67
TEMP_DIR: =$(shell mktemp -d)
68
68
69
69
ifeq ($(ARCH ) ,amd64)
70
- BASEIMAGE? =k8s.gcr.io/build-image/debian-base:v2.1.2
70
+ BASEIMAGE? =k8s.gcr.io/build-image/debian-base:v2.1.3
71
71
endif
72
72
ifeq ($(ARCH ) ,arm)
73
- BASEIMAGE? =k8s.gcr.io/build-image/debian-base-arm:v2.1.2
73
+ BASEIMAGE? =k8s.gcr.io/build-image/debian-base-arm:v2.1.3
74
74
endif
75
75
ifeq ($(ARCH ) ,arm64)
76
- BASEIMAGE? =k8s.gcr.io/build-image/debian-base-arm64:v2.1.2
76
+ BASEIMAGE? =k8s.gcr.io/build-image/debian-base-arm64:v2.1.3
77
77
endif
78
78
ifeq ($(ARCH ) ,ppc64le)
79
- BASEIMAGE? =k8s.gcr.io/build-image/debian-base-ppc64le:v2.1.2
79
+ BASEIMAGE? =k8s.gcr.io/build-image/debian-base-ppc64le:v2.1.3
80
80
endif
81
81
ifeq ($(ARCH ) ,s390x)
82
- BASEIMAGE? =k8s.gcr.io/build-image/debian-base-s390x:v2.1.2
82
+ BASEIMAGE? =k8s.gcr.io/build-image/debian-base-s390x:v2.1.3
83
83
endif
84
84
85
85
RUNNERIMAGE? =gcr.io/distroless/static:latest
You can’t perform that action at this time.
0 commit comments