diff --git a/openshift-ci/build-root/Dockerfile b/openshift-ci/build-root/Dockerfile index c541d210c..4127c369b 100644 --- a/openshift-ci/build-root/Dockerfile +++ b/openshift-ci/build-root/Dockerfile @@ -1,6 +1,6 @@ # Dockerfile to bootstrap build and test in openshift-ci -FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.22-openshift-4.16 +FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.22-openshift-4.17 ARG KUBECTL_KUTTL_VERSION=0.12.1 ARG OPERATOR_SDK_VERSION=1.35.0 @@ -23,4 +23,4 @@ RUN wget https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack # Install operator-sdk RUN curl -L -o /usr/local/bin/operator-sdk https://github.com/operator-framework/operator-sdk/releases/download/v${OPERATOR_SDK_VERSION}/operator-sdk_linux_amd64 && \ - chmod +x /usr/local/bin/operator-sdk \ No newline at end of file + chmod +x /usr/local/bin/operator-sdk