diff --git a/Dockerfile b/Dockerfile index 2f7dcc31..381ff605 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . diff --git a/oauth.Dockerfile b/oauth.Dockerfile index 01a93eb5..20be8686 100644 --- a/oauth.Dockerfile +++ b/oauth.Dockerfile @@ -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 /