Skip to content

Commit cfcc6bb

Browse files
chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.7-1764794109
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent bacfe3e commit cfcc6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.openshift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN GOEXPERIMENT=strictfipsruntime CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=
2020
&& \
2121
GOEXPERIMENT=strictfipsruntime CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -v -mod=vendor -tags strictfipsruntime -o operatorbinary ./operator
2222

23-
FROM registry.access.redhat.com/ubi9-minimal:9.4
23+
FROM registry.access.redhat.com/ubi9-minimal:9.7-1764794109
2424
WORKDIR /
2525
COPY --from=builder /go/openperouter/reloader .
2626
COPY --from=builder /go/openperouter/controller .

0 commit comments

Comments
 (0)