Skip to content

Commit 9bdc9c1

Browse files
Update golang Docker tag to v1.24.1 (#313)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Signed-off-by: Sergio Arroutbi <[email protected]> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 42ee3b7 commit 9bdc9c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.23.2 as builder
2+
FROM golang:1.24.1 as builder
33

44
# Workspace workdir
55
WORKDIR /workspace

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.2 as builder
1+
FROM golang:1.24.1 as builder
22

33
# Set original rbac image
44
ARG IMG=gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0

0 commit comments

Comments
 (0)