File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 14
14
# # BUILD ARGS ##
15
15
# ###############################################################################
16
16
# This build arg allows the specification of a custom Golang image.
17
- ARG GOLANG_IMAGE=golang:1.23.0
17
+ ARG GOLANG_IMAGE=golang:1.23.6
18
18
19
19
# The distroless image on which the CPI manager image is built.
20
20
#
21
21
# Please do not use "latest". Explicit tags should be used to provide
22
22
# deterministic builds. Follow what kubernetes uses to build
23
23
# kube-controller-manager, for example for 1.23.x:
24
24
# https://github.com/kubernetes/kubernetes/blob/release-1.24/build/common.sh#L94
25
- ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.3.1 -go1.23.0 -bookworm.0
25
+ ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.4.0 -go1.23.6 -bookworm.0
26
26
27
27
# ###############################################################################
28
28
# # BUILD STAGE ##
Original file line number Diff line number Diff line change 1
1
module k8s.io/cloud-provider-aws
2
2
3
- go 1.23.0
4
-
5
- toolchain go1.23.3
3
+ go 1.23.6
6
4
7
5
require (
8
6
github.com/aws/aws-sdk-go v1.55.5
You can’t perform that action at this time.
0 commit comments