Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 8c4767b

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY controllers/ controllers/
2424
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
2525
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -o bin/operator -a ./cmd/operator/operator.go
2626

27-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3 as spi-operator
27+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194 as spi-operator
2828

2929
WORKDIR /
3030
COPY --from=builder /opt/app-root/src/bin/operator .

oauth.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY oauth/ oauth/
2525
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
2626
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -o bin/oauth -a ./cmd/oauth/oauth.go
2727

28-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3 as spi-oauth
28+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194 as spi-oauth
2929

3030
WORKDIR /
3131

0 commit comments

Comments
 (0)