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

Commit fd9747b

Browse files
build(deps): bump ubi9/ubi-minimal from 9.3 to 9.4
Bumps ubi9/ubi-minimal from 9.3 to 9.4. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a07e830 commit fd9747b

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 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 as spi-oauth
2929

3030
WORKDIR /
3131

0 commit comments

Comments
 (0)