Skip to content

Commit e641f69

Browse files
committed
Update upstream Dockerfile
Root Dockerfile currently uses ocp builder image Use openshift/release image instead
1 parent cce3e86 commit e641f69

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
@@ -1,5 +1,5 @@
11

2-
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.10 AS builder
2+
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.10 AS builder
33
WORKDIR /go/src/github.com/operator-framework/operator-marketplace
44
COPY . .
55
RUN make osbs-build

0 commit comments

Comments
 (0)