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

build(deps): bump ubi9/ubi-minimal from 9.3 to 9.4 #933

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY controllers/ controllers/
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -o bin/operator -a ./cmd/operator/operator.go

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

WORKDIR /
COPY --from=builder /opt/app-root/src/bin/operator .
Expand Down
2 changes: 1 addition & 1 deletion oauth.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY oauth/ oauth/
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -o bin/oauth -a ./cmd/oauth/oauth.go

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

WORKDIR /

Expand Down
Loading