Skip to content

Commit 135100b

Browse files
authored
bump go and base image (rancher#115)
1 parent 251ec6d commit 135100b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/rancher/scc-operator
22

33
go 1.25.0
44

5-
toolchain go1.25.10
5+
toolchain go1.25.11
66

77
replace (
88
k8s.io/api => k8s.io/api v0.35.4

package/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rancher/hardened-build-base:v1.25.10b1 AS builder
1+
FROM rancher/hardened-build-base:v1.25.11b1 AS builder
22

33
ARG TAG=''
44
ARG REPO=''
@@ -20,4 +20,4 @@ RUN echo 'scc:x:1000:1000::/home/scc:/bin/bash' >> /etc/passwd && \
2020

2121
USER 1000
2222

23-
ENTRYPOINT ["scc-operator"]
23+
ENTRYPOINT ["scc-operator"]

0 commit comments

Comments
 (0)