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

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docke…
Browse files Browse the repository at this point in the history
…r tag to v9.4-1194

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Jul 24, 2024
1 parent 81e453a commit 9cb6a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-1194 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-1194 as spi-oauth

WORKDIR /

Expand Down

0 comments on commit 9cb6a2f

Please sign in to comment.