From 9c25c1c3beb31a6cc68b6dc8e8f4fea871190c46 Mon Sep 17 00:00:00 2001 From: Paige Rubendall Date: Tue, 25 Jul 2023 18:23:57 -0400 Subject: [PATCH] updating release version --- containers/Dockerfile | 2 +- containers/Dockerfile-ppc64le | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/Dockerfile b/containers/Dockerfile index 30e0f6e..383c9f8 100644 --- a/containers/Dockerfile +++ b/containers/Dockerfile @@ -15,7 +15,7 @@ COPY --from=origintests /usr/bin/kubectl /usr/bin/kubectl # Install dependencies RUN yum install -y git python39 python3-pip gcc python3-devel zlib-devel libjpeg-devel -RUN git clone https://github.com/redhat-chaos/cerberus.git --branch v1.0.3 /root/cerberus && \ +RUN git clone https://github.com/redhat-chaos/cerberus.git --branch v1.0.4 /root/cerberus && \ mkdir -p /root/.kube && cd /root/cerberus && pip3 install --upgrade pip && pip3 install -r requirements.txt WORKDIR /root/cerberus diff --git a/containers/Dockerfile-ppc64le b/containers/Dockerfile-ppc64le index 8ff631e..7c50d61 100644 --- a/containers/Dockerfile-ppc64le +++ b/containers/Dockerfile-ppc64le @@ -18,7 +18,7 @@ RUN curl -L -o openshift-client-linux.tar.gz https://mirror.openshift.com/pub/op RUN yum install -y git python36 python3-pip gcc libffi-devel python36-devel openssl-devel gcc-c++ make && \ pip3 install cython && \ pip3 install numpy && \ -git clone https://github.com/redhat-chaos/cerberus.git --branch v1.0.3 /root/cerberus && \ +git clone https://github.com/redhat-chaos/cerberus.git --branch v1.0.4 /root/cerberus && \ mkdir -p /root/.kube && cd /root/cerberus && \ pip3 install -r requirements.txt && \ pip3 install setuptools==40.3.0 && \