diff --git a/.ci-operator.yaml b/.ci-operator.yaml index a4eb6d9654..3189dd712e 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-8-release-golang-1.18-openshift-4.12 + tag: rhel-8-release-golang-1.19-openshift-4.13 diff --git a/operator-lifecycle-manager.Dockerfile b/operator-lifecycle-manager.Dockerfile index e1f8dcd3b9..9f71a4c0fe 100644 --- a/operator-lifecycle-manager.Dockerfile +++ b/operator-lifecycle-manager.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.13 AS builder ENV GO111MODULE auto ENV GOPATH /go @@ -14,7 +14,7 @@ RUN mkdir -p .git/objects COPY . . RUN make build/olm bin/cpb -FROM registry.ci.openshift.org/ocp/4.12:base +FROM registry.ci.openshift.org/ocp/4.13:base ADD manifests/ /manifests LABEL io.openshift.release.operator=true