From 8720f6899fc6bae2e64bd3ba0c1748e59bcba2de Mon Sep 17 00:00:00 2001 From: Gunasekar-K Date: Wed, 24 Jul 2024 09:34:25 +0530 Subject: [PATCH] build fix --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d157543..3b99c22 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,15 +1,13 @@ version: 2 defaults: &defaults docker: - - image: cimg/python:3.11.0-browsers + - image: cimg/python:3.11.7-browsers install_dependency: &install_dependency name: Installation of build and deployment dependencies. command: | sudo apt update - sudo apt install jq - sudo apt install python3-pip + sudo apt install jq python3-pip sudo pip3 install awscli --upgrade - sudo pip3 install docker-compose install_deploysuite: &install_deploysuite name: Installation of install_deploysuite.