Skip to content

Commit 1810b61

Browse files
committed
Bump golang version in build image from 1.23.5-bullseye to 1.24.6-bullseye
Signed-off-by: Matej Feder <[email protected]>
1 parent da2cb16 commit 1810b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/cso/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.19.0 as helm
1616

1717
# Build the manager binary
18-
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.5-bullseye as build
18+
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.24.6-bullseye as build
1919
ARG TARGETOS TARGETARCH
2020

2121
COPY . /src/cluster-stack-operator

0 commit comments

Comments
 (0)