Skip to content

Commit 0fe91ae

Browse files
Fix image for the build
1 parent ebafcfb commit 0fe91ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /go/src/github.com/operator-framework/operator-marketplace
33
COPY . .
44
RUN make osbs-build
55

6-
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9-minimal
6+
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9
77
RUN useradd marketplace-operator
88
USER marketplace-operator
99
COPY --from=builder /go/src/github.com/operator-framework/operator-marketplace/build/_output/bin/marketplace-operator /usr/bin

0 commit comments

Comments
 (0)