From 915cc5db944f5b8ce6efd9f7c5ceba5ddd092aa1 Mon Sep 17 00:00:00 2001 From: Naga Ravi Chaitanya Elluri Date: Mon, 16 Jan 2023 16:03:41 -0500 Subject: [PATCH] Bump release version to v1.2.0 --- containers/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/Dockerfile b/containers/Dockerfile index 6a9d982c..a98ac21f 100644 --- a/containers/Dockerfile +++ b/containers/Dockerfile @@ -21,7 +21,7 @@ COPY --from=azure-cli /usr/local/bin/az /usr/bin/az RUN yum install epel-release -y && \ yum install -y git python39 python3-pip jq gettext && \ python3.9 -m pip install -U pip && \ - git clone https://github.com/redhat-chaos/krkn.git --branch v1.1.1 /root/kraken && \ + git clone https://github.com/redhat-chaos/krkn.git --branch v1.2.0 /root/kraken && \ mkdir -p /root/.kube && cd /root/kraken && \ pip3.9 install -r requirements.txt