diff --git a/Dockerfile.rhel b/Dockerfile.rhel index 744e93f84a7..0157d53b6ee 100644 --- a/Dockerfile.rhel +++ b/Dockerfile.rhel @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.8 AS build +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 AS build RUN yum install --setopt=skip_missing_names_on_install=False -y \ hg git make \ @@ -15,7 +15,7 @@ COPY . . ENV VERSION "" RUN make build -FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.8 +FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.9 COPY --from=build /go/src/k8s.io/helm/bin/helm /usr/local/bin