diff --git a/cluster-autoscaler/Dockerfile b/cluster-autoscaler/Dockerfile index 7a0d208e2223c837b8b3ebe6a238c8e4df06090a..80e74c132ba34b6aa94082b6f286fa07f8bfe77d 100644 --- a/cluster-autoscaler/Dockerfile +++ b/cluster-autoscaler/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.23 as builder +FROM --platform=$BUILDPLATFORM golang:1.24 as builder WORKDIR /workspace