diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 1e59c02c2..64887a08b 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-9-release-golang-1.22-openshift-4.17 + tag: rhel-9-release-golang-1.22-openshift-4.18 diff --git a/Dockerfile b/Dockerfile index 2131f0c4a..4d7fef303 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 AS builder WORKDIR /go/src/github.com/openshift/machine-api-provider-ibmcloud COPY . . @@ -7,5 +7,5 @@ RUN unset VERSION \ && GOPROXY=off NO_DOCKER=1 make build RUN mkdir -p /tmp/build && cp _output/linux/$(go env GOARCH)/machine-controller-manager /tmp/build/machine-controller-manager -FROM registry.ci.openshift.org/ocp/4.17:base-rhel9 +FROM registry.ci.openshift.org/ocp/4.18:base-rhel9 COPY --from=builder /tmp/build/machine-controller-manager /