diff --git a/Dockerfile b/Dockerfile index 214d70d3c..1af08bee2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder +FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder WORKDIR /go/src/github.com/openshift/cluster-openshift-apiserver-operator COPY . . RUN GODEBUG=tls13=1 go build ./cmd/cluster-openshift-apiserver-operator -FROM registry.svc.ci.openshift.org/ocp/4.6:base +FROM registry.svc.ci.openshift.org/ocp/4.7:base COPY --from=builder /go/src/github.com/openshift/cluster-openshift-apiserver-operator/cluster-openshift-apiserver-operator /usr/bin/ COPY manifests /manifests COPY vendor/github.com/openshift/api/operator/v1/*_openshift-apiserver-operator_*.crd.yaml manifests/