Skip to content

Commit 5986f40

Browse files
author
Aranyajit
committed
Docker fix without version locking
1 parent 725aa5b commit 5986f40

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.circleci/config.yml

Lines changed: 3 additions & 7 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
118
sudo pip3 install awscli --upgrade
12-
sudo pip3 install docker==6.1.3
13-
sudo pip3 install docker-compose
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 .
@@ -91,6 +86,7 @@ workflows:
9186
branches:
9287
only:
9388
- dev
89+
- feature/tsjr-365-remove-auth-get-skills
9490

9591
- "build-qa":
9692
context: org-global

0 commit comments

Comments
 (0)