File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ KUBE_CROSS_VERSION?=v1.14.4-1
25
25
# Build args
26
26
GO_VERSION? =1.14.4
27
27
PROTOBUF_VERSION? =3.0.2
28
- ETCD_VERSION? =v3.4.7
28
+ ETCD_VERSION? =v3.4.9
29
29
30
30
# TODO: Support multi-arch kube-cross images
31
31
# ref:
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ variants:
2
2
go1.14 :
3
3
CONFIG : ' go1.14'
4
4
GO_VERSION : ' 1.14.4'
5
- KUBE_CROSS_VERSION : ' v1.14.4-1 '
5
+ KUBE_CROSS_VERSION : ' v1.14.4-2 '
6
6
PROTOBUF_VERSION : ' 3.0.2'
7
- ETCD_VERSION : ' v3.4.7 '
7
+ ETCD_VERSION : ' v3.4.9 '
8
8
go1.13 :
9
9
CONFIG : ' go1.13'
10
10
GO_VERSION : ' 1.13.12'
11
- KUBE_CROSS_VERSION : ' v1.13.12-1 '
11
+ KUBE_CROSS_VERSION : ' v1.13.12-2 '
12
12
PROTOBUF_VERSION : ' 3.0.2'
13
- ETCD_VERSION : ' v3.4.7 '
13
+ ETCD_VERSION : ' v3.4.9 '
You can’t perform that action at this time.
0 commit comments