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

Commit 2c6675f

Browse files
committed
Fix for deployment issue with latest version of Docker
1 parent 075ddbd commit 2c6675f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ install_dependency: &install_dependency
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
no_output_timeout: 30m
1415

0 commit comments

Comments
 (0)