We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251ec6d commit 135100bCopy full SHA for 135100b
2 files changed
go.mod
@@ -2,7 +2,7 @@ module github.com/rancher/scc-operator
2
3
go 1.25.0
4
5
-toolchain go1.25.10
+toolchain go1.25.11
6
7
replace (
8
k8s.io/api => k8s.io/api v0.35.4
package/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rancher/hardened-build-base:v1.25.10b1 AS builder
+FROM rancher/hardened-build-base:v1.25.11b1 AS builder
ARG TAG=''
ARG REPO=''
@@ -20,4 +20,4 @@ RUN echo 'scc:x:1000:1000::/home/scc:/bin/bash' >> /etc/passwd && \
20
21
USER 1000
22
23
-ENTRYPOINT ["scc-operator"]
+ENTRYPOINT ["scc-operator"]
0 commit comments