Skip to content

Commit 989e29c

Browse files
chore(deps): update registry.redhat.io/ubi9/ubi-minimal docker tag to v9.7-1773895075
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 3d5d8ce commit 989e29c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -tags
3131
RUN go build -o check-isa-level ./cmd/check-isa-level && ./check-isa-level ./manager
3232

3333

34-
FROM registry.redhat.io/ubi9/ubi-minimal:9.7-1773204619
34+
FROM registry.redhat.io/ubi9/ubi-minimal:9.7-1773895075
3535

3636
WORKDIR /
3737
COPY --from=builder /workspace/manager .

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/ubi-minimal:9.7-1773204619
1+
FROM registry.redhat.io/ubi9/ubi-minimal:9.7-1773895075
22

33
# Core bundle labels.
44
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1

hack/bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/ubi-minimal:9.7-1773204619
1+
FROM registry.redhat.io/ubi9/ubi-minimal:9.7-1773895075
22

33
# Core bundle labels.
44
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1

0 commit comments

Comments
 (0)