File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ version: 2.1
2
2
3
3
defaults : &defaults
4
4
docker :
5
- - image : node:20.18
5
+ - image : node:22.13
6
6
7
7
deploy_defaults : &deploy_defaults
8
8
docker :
9
- - image : cimg/python:3.10.2
9
+ - image : cimg/python:3.12.1-browsers
10
10
11
11
test_defaults : &test_defaults
12
12
docker :
@@ -17,8 +17,9 @@ install_build_dependency: &install_build_dependency
17
17
command : |
18
18
apt update
19
19
apt install jq -y
20
- apt install python3-pip -y
21
- pip3 install awscli --upgrade
20
+ curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
21
+ unzip awscli-bundle.zip
22
+ sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
22
23
23
24
install_dependency : &install_dependency
24
25
name : Installation of build and deployment dependencies.
You can’t perform that action at this time.
0 commit comments