diff --git a/release/ansible/Dockerfile.rhel8 b/release/ansible/Dockerfile.rhel8 index 4e77e1b85..ded81a071 100644 --- a/release/ansible/Dockerfile.rhel8 +++ b/release/ansible/Dockerfile.rhel8 @@ -1,4 +1,4 @@ -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 ENV GO111MODULE=on \ GOFLAGS=-mod=vendor @@ -7,7 +7,7 @@ COPY . /go/src/github.com/operator-framework/operator-sdk RUN cd /go/src/github.com/operator-framework/operator-sdk \ && make build/ansible-operator VERSION=$(git describe --tags --always) -FROM registry.svc.ci.openshift.org/ocp/4.6:base +FROM registry.svc.ci.openshift.org/ocp/4.7:base RUN yum install -y \ ansible \