Skip to content

Commit b73c6d2

Browse files
committed
Update cluster autoscaler build to v1.23
* Add v1.23 * Update the go version in the build Dockerfile Change-Id: Id11e5c4830a4538fd3e1869dddd56c977241aac3
1 parent 2a7ab5e commit b73c6d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dockerfiles/cluster-autoscaler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.7 as builder
1+
FROM golang:1.17.7 as builder
22

33
ARG AUTOSCALER_VERSION
44

playbooks/container-builder-vars.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ cluster_autoscaler_versions:
2929
- version: 1.20.0
3030
- version: 1.21.0
3131
- version: 1.22.0
32+
- version: 1.23.0

0 commit comments

Comments
 (0)