From 2924cbcb734744dd3b4fa0d9ec18b1fb8fa66a5d Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Wed, 26 Apr 2023 20:54:44 +0000 Subject: [PATCH] UPSTREAM: : Updating openshift-kubernetes-nmstate-handler images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/dc1a3dd7428836607d0b20079612d6ed7cd1da15/images/openshift-kubernetes-nmstate-handler.yml (cherry picked from commit fd5a1032f6758f4ee890abae40b15e47482a4306) Signed-off-by: Mat Kowalski --- build/Dockerfile.openshift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile.openshift b/build/Dockerfile.openshift index df739e76c..1b1a40a7b 100644 --- a/build/Dockerfile.openshift +++ b/build/Dockerfile.openshift @@ -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/kubernetes-nmstate COPY . . RUN GO111MODULE=on go build --mod=vendor -o build/_output/bin/manager ./cmd/handler/