File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
defaults : &defaults
3
3
docker :
4
- - image : cimg/python:3.11.0 -browsers
4
+ - image : cimg/python:3.11.7 -browsers
5
5
install_dependency : &install_dependency
6
6
name : Installation of build and deployment dependencies.
7
7
command : |
8
8
sudo apt update
9
- sudo apt install jq
10
- sudo apt install python3-pip
9
+ sudo apt install -y jq python3-pip
11
10
sudo pip3 install awscli --upgrade
12
- sudo pip3 install docker-compose
13
- sudo apt-get install default-jdk --fix-missing
14
11
install_deploysuite : &install_deploysuite
15
12
name : Installation of install_deploysuite.
16
13
# Git Clone -change back to v1.3 or latest once counter var is generalized.
Original file line number Diff line number Diff line change 21
21
"config" : " ^3.2.2" ,
22
22
"informix-wrapper" : " git+https://github.com/appirio-tech/informix-wrapper.git#prepare_stmt_fix" ,
23
23
"no-kafka" : " ^3.4.3" ,
24
- "pg" : " ^7.12 .1" ,
24
+ "pg" : " ^8.13 .1" ,
25
25
"sleep" : " ^6.1.0" ,
26
26
"standard" : " ^13.1.0" ,
27
27
"underscore" : " ^1.9.1" ,
You can’t perform that action at this time.
0 commit comments