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 @@ -156,7 +156,7 @@ jobs:
156
156
157
157
- name : Prepare Host
158
158
run : |
159
- curl -LO https://dl.k8s.io/release/v1.33.1 /bin/linux/amd64/kubectl
159
+ curl -LO https://dl.k8s.io/release/v1.33.2 /bin/linux/amd64/kubectl
160
160
chmod +x ./kubectl
161
161
sudo mv ./kubectl /usr/local/bin/kubectl
162
162
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.33.1 \
38
+ --build-arg K8S_RELEASE=v1.33.2 \
39
39
--build-arg RESTY_CLI_VERSION=0.27 \
40
40
--build-arg RESTY_CLI_SHA=e5f4f3128af49ba5c4d039d0554e5ae91bbe05866f60eccfa96d3653274bff90 \
41
41
--build-arg LUAROCKS_VERSION=v3.12.0 \
You can’t perform that action at this time.
0 commit comments