AWS Cli Latest version with python 3.9.10 and bash 4 available on dockerhubpull from docker hubdocker pull burib/aws-cli-python:3.9.10buildby default it builds python version 3.9.10./docker.sh buildbut if you want to have a different version you can also pass it as an argument./docker.sh build 3.10.2runby default it runs the image with the python version 3.9.10 in interactive mode./docker.sh run# but you can run it with a different version as well by passing the argument./docker.sh run 3.10.2