From a9f3a713b6af03668ea7d91af7c6a854d5b3040e Mon Sep 17 00:00:00 2001 From: OpenShift Bot Date: Wed, 24 May 2023 11:44:53 -0400 Subject: [PATCH] Updating ose-insights-operator images to be consistent with ART (#774) Reconciling with https://github.com/openshift/ocp-build-data/tree/7575d251c23bb6784e1f762f3566c2770b051097/images/ose-insights-operator.yml Co-authored-by: AOS Automation Release Team --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d32e837b5..ff8ae1f2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.14 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.14 AS builder WORKDIR /go/src/github.com/openshift/insights-operator COPY . . RUN make build