From 6a96d872ffac3340e897c46b22382d7e6fd21c57 Mon Sep 17 00:00:00 2001 From: Paige Rubendall Date: Thu, 25 Jan 2024 10:53:28 -0500 Subject: [PATCH] updating release versin --- containers/Dockerfile | 2 +- containers/Dockerfile-ppc64le | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/Dockerfile b/containers/Dockerfile index 08389c965..e4d5326b5 100644 --- a/containers/Dockerfile +++ b/containers/Dockerfile @@ -12,7 +12,7 @@ COPY --from=azure-cli /usr/local/bin/az /usr/bin/az # Install dependencies RUN yum install -y git python39 python3-pip jq gettext wget && \ python3.9 -m pip install -U pip && \ - git clone https://github.com/krkn-chaos/krkn.git --branch v1.5.5 /root/kraken && \ + git clone https://github.com/krkn-chaos/krkn.git --branch v1.5.6 /root/kraken && \ mkdir -p /root/.kube && cd /root/kraken && \ pip3.9 install -r requirements.txt && \ pip3.9 install virtualenv && \ diff --git a/containers/Dockerfile-ppc64le b/containers/Dockerfile-ppc64le index a292a9917..900d7abef 100644 --- a/containers/Dockerfile-ppc64le +++ b/containers/Dockerfile-ppc64le @@ -14,7 +14,7 @@ COPY --from=azure-cli /usr/local/bin/az /usr/bin/az # Install dependencies RUN yum install -y git python39 python3-pip jq gettext wget && \ python3.9 -m pip install -U pip && \ - git clone https://github.com/redhat-chaos/krkn.git --branch v1.5.5 /root/kraken && \ + git clone https://github.com/redhat-chaos/krkn.git --branch v1.5.6 /root/kraken && \ mkdir -p /root/.kube && cd /root/kraken && \ pip3.9 install -r requirements.txt && \ pip3.9 install virtualenv && \