Skip to content

Commit 726e7fe

Browse files
authored
Merge pull request #709 from topcoder-platform/feature/tsjr-365-remove-auth-get-skills
[DEV] TSJR-365 fix docker issues
2 parents 96a078f + 44e2f7c commit 726e7fe

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.circleci/config.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
version: 2
22
defaults: &defaults
33
docker:
4-
- image: cimg/python:3.11.0-browsers
4+
- image: cimg/python:3.12.1-browsers
55
install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
8-
sudo apt update
9-
sudo apt install jq
10-
sudo apt install python3-pip
11-
sudo pip3 install awscli --upgrade
12-
sudo pip3 install docker==6.1.3
13-
sudo pip3 install docker-compose
8+
pip3 install awscli --upgrade
149
install_deploysuite: &install_deploysuite
1510
name: Installation of install_deploysuite.
1611
command: |
17-
git clone --branch v1.4.15 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
12+
git clone --branch v1.4.17 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
1813
cp ./../buildscript/master_deploy.sh .
1914
cp ./../buildscript/buildenv.sh .
2015
cp ./../buildscript/awsconfiguration.sh .

0 commit comments

Comments
 (0)