From 3ab9ca4319846d344ecf1dd1b67f24af7108e58c Mon Sep 17 00:00:00 2001 From: Naga Ravi Chaitanya Elluri Date: Mon, 24 Jul 2023 12:55:38 -0400 Subject: [PATCH] Bump release version to v1.3.6 --- containers/Dockerfile | 2 +- containers/Dockerfile-ppc64le | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/Dockerfile b/containers/Dockerfile index 8c7555c5..dac78a69 100644 --- a/containers/Dockerfile +++ b/containers/Dockerfile @@ -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.3.5 /root/kraken && \ + git clone https://github.com/redhat-chaos/krkn.git --branch v1.3.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 7c028f76..3ddc9fcf 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.3.5 /root/kraken && \ + git clone https://github.com/redhat-chaos/krkn.git --branch v1.3.6 /root/kraken && \ mkdir -p /root/.kube && cd /root/kraken && \ pip3.9 install -r requirements.txt && \ pip3.9 install virtualenv && \