File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.24.3
17
+ ARG GOLANG_IMAGE=golang:1.24.5
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.27.x:
24
24
# https://github.com/kubernetes/kubernetes/blob/release-1.27/build/common.sh#L99
25
- ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.4.0-go1.24.3 -bookworm.0
25
+ ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.4.0-go1.24.5 -bookworm.0
26
26
27
27
# We use Alpine as the source for default CA certificates and some output
28
28
# images
29
- ARG ALPINE_IMAGE=alpine:3.21.2
29
+ ARG ALPINE_IMAGE=alpine:3.21.4
30
30
31
31
# cinder-csi-plugin uses Debian as a base image
32
32
ARG DEBIAN_IMAGE=registry.k8s.io/build-image/debian-base:bookworm-v1.0.4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module k8s.io/cloud-provider-openstack
2
2
3
3
go 1.24.0
4
4
5
- toolchain go1.24.3
5
+ toolchain go1.24.5
6
6
7
7
require (
8
8
github.com/container-storage-interface/spec v1.11.0
You can’t perform that action at this time.
0 commit comments