diff --git a/.ci-operator.yaml b/.ci-operator.yaml index b14fb3fdf..3189dd712 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.19-openshift-4.12 + tag: rhel-8-release-golang-1.19-openshift-4.13 diff --git a/build/Dockerfile.openshift b/build/Dockerfile.openshift index 1935bfe11..8d3e7df7c 100644 --- a/build/Dockerfile.openshift +++ b/build/Dockerfile.openshift @@ -1,9 +1,9 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.13 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/ -FROM registry.ci.openshift.org/ocp/4.12:base +FROM registry.ci.openshift.org/ocp/4.13:base RUN \ dnf -y update && \