File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172
172
173
173
- name : Prepare Host
174
174
run : |
175
- curl -LO https://dl.k8s.io/release/v1.32.3 /bin/linux/amd64/kubectl
175
+ curl -LO https://dl.k8s.io/release/v1.32.4 /bin/linux/amd64/kubectl
176
176
chmod +x ./kubectl
177
177
sudo mv ./kubectl /usr/local/bin/kubectl
178
178
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ build: builder
35
35
--build-arg BASE_IMAGE=$(BASE_IMAGE ) \
36
36
--build-arg GOLANG_VERSION=$(GOLANG_VERSION ) \
37
37
--build-arg ETCD_VERSION=3.5.13-0 \
38
- --build-arg K8S_RELEASE=v1.32.3 \
38
+ --build-arg K8S_RELEASE=v1.32.4 \
39
39
--build-arg RESTY_CLI_VERSION=0.27 \
40
40
--build-arg RESTY_CLI_SHA=e5f4f3128af49ba5c4d039d0554e5ae91bbe05866f60eccfa96d3653274bff90 \
41
41
--build-arg LUAROCKS_VERSION=3.8.0 \
You can’t perform that action at this time.
0 commit comments