From be41b7363ce30c3a7fad0185e589ede5d60a9f48 Mon Sep 17 00:00:00 2001 From: Jesse Haka Date: Thu, 13 Feb 2025 09:48:20 +0200 Subject: [PATCH] update dockerfile (#2770) --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 21b7c63d65..0abb3acb87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ## BUILD ARGS ## ################################################################################ # This build arg allows the specification of a custom Golang image. -ARG GOLANG_IMAGE=golang:1.22.2 +ARG GOLANG_IMAGE=golang:1.23.6 # The distroless image on which the CPI manager image is built. # @@ -22,11 +22,11 @@ ARG GOLANG_IMAGE=golang:1.22.2 # deterministic builds. Follow what kubernetes uses to build # kube-controller-manager, for example for 1.27.x: # https://github.com/kubernetes/kubernetes/blob/release-1.27/build/common.sh#L99 -ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.3.1-go1.22.2-bookworm.0 +ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.4.0-go1.23.6-bookworm.0 # We use Alpine as the source for default CA certificates and some output # images -ARG ALPINE_IMAGE=alpine:3.17.5 +ARG ALPINE_IMAGE=alpine:3.21.2 # cinder-csi-plugin uses Debian as a base image ARG DEBIAN_IMAGE=registry.k8s.io/build-image/debian-base:bookworm-v1.0.4