Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 10be3e0

Browse files
authored
Merge pull request #15 from topcoder-platform/RFS-fix
Update config.yml
2 parents 2533821 + d4ada2d commit 10be3e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
version: 2
22
defaults: &defaults
33
docker:
4-
- image: cimg/python:3.11.0-browsers
4+
- image: cimg/python:3.11.7-browsers
55
install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
88
sudo apt update
99
sudo apt install jq
1010
sudo apt install python3-pip
1111
sudo pip3 install awscli --upgrade
12+
sudo pip3 install docker==6.1.3
1213
sudo pip3 install docker-compose
1314
install_deploysuite: &install_deploysuite
1415
name: Installation of install_deploysuite.

0 commit comments

Comments
 (0)