diff --git a/ci/flip-production-traffic.sh b/ci/flip-production-traffic.sh index 1ee9f7119e..9456b0c987 100755 --- a/ci/flip-production-traffic.sh +++ b/ci/flip-production-traffic.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash docker run --rm -e ZULIP_CLI_TOKEN -v ~/.config:/home/akvo/.config -v "$(pwd)":/app \ - -it akvo/akvo-devops:20210520.133254.3135254 \ - flow-flip-production-traffic.sh \ No newline at end of file + -it akvo/akvo-devops:20221116.065236.4430fc2 \ + flow-flip-production-traffic.sh diff --git a/ci/promote-test-to-prod.sh b/ci/promote-test-to-prod.sh index cf9bccef8c..d173fc073d 100755 --- a/ci/promote-test-to-prod.sh +++ b/ci/promote-test-to-prod.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash docker run --rm -e ZULIP_CLI_TOKEN -v ~/.config:/home/akvo/.config -v "$(pwd)":/app \ - -it akvo/akvo-devops:20210520.133254.3135254 \ + -it akvo/akvo-devops:20221116.065236.4430fc2 \ flow-promote-test-to-prod.sh