File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -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/debian-base:v1 .0.0
70
+ BASEIMAGE? =k8s.gcr.io/debian-base:v2 .0.0
71
71
endif
72
72
ifeq ($(ARCH ) ,arm)
73
- BASEIMAGE? =k8s.gcr.io/debian-base-arm:v1 .0.0
73
+ BASEIMAGE? =k8s.gcr.io/debian-base-arm:v2 .0.0
74
74
endif
75
75
ifeq ($(ARCH ) ,arm64)
76
- BASEIMAGE? =k8s.gcr.io/debian-base-arm64:v1 .0.0
76
+ BASEIMAGE? =k8s.gcr.io/debian-base-arm64:v2 .0.0
77
77
endif
78
78
ifeq ($(ARCH ) ,ppc64le)
79
- BASEIMAGE? =k8s.gcr.io/debian-base-ppc64le:v1 .0.0
79
+ BASEIMAGE? =k8s.gcr.io/debian-base-ppc64le:v2 .0.0
80
80
endif
81
81
ifeq ($(ARCH ) ,s390x)
82
- BASEIMAGE? =k8s.gcr.io/debian-base-s390x:v1 .0.0
82
+ BASEIMAGE? =k8s.gcr.io/debian-base-s390x:v2 .0.0
83
83
endif
84
84
85
85
build :
You can’t perform that action at this time.
0 commit comments