We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a6bc8 commit 0658929Copy full SHA for 0658929
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM --platform=$BUILDPLATFORM golang:1.25.0 AS builder
+FROM --platform=$BUILDPLATFORM golang:1.25.1 AS builder
3
ARG TARGETOS
4
ARG TARGETARCH
5
go.mod
@@ -5,7 +5,7 @@ go 1.23.5
require (
6
github.com/pkg/errors v0.9.1
7
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.79.2
8
- github.com/sap/component-operator-runtime v0.3.67
+ github.com/sap/component-operator-runtime v0.3.113
9
k8s.io/apiextensions-apiserver v0.32.1
10
k8s.io/apimachinery v0.32.1
11
k8s.io/client-go v0.32.1
0 commit comments