Skip to content

Commit f1b5e50

Browse files
Update registry.redhat.io/ubi9-minimal Docker tag to v9.6-1760515502
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 6764702 commit f1b5e50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.konflux/controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY build .
66

77
RUN CGO_ENABLED=1 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -tags="strictfipsruntime" -o openshift-builds-controller ./cmd/shipwright-build-controller
88

9-
FROM registry.redhat.io/ubi9-minimal:9.6
9+
FROM registry.redhat.io/ubi9-minimal:9.6-1760515502
1010

1111
ENV PATH="$PATH:/ko-app"
1212

.konflux/image-bundler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY build .
66

77
RUN CGO_ENABLED=1 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -tags="strictfipsruntime" -o openshift-builds-image-bundler ./cmd/bundle
88

9-
FROM registry.redhat.io/ubi9-minimal:9.6
9+
FROM registry.redhat.io/ubi9-minimal:9.6-1760515502
1010

1111
ENV PATH="$PATH:/ko-app"
1212

0 commit comments

Comments
 (0)