diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index 1ab8b2b..97fed1c 100644 --- a/aws-cli/Dockerfile +++ b/aws-cli/Dockerfile @@ -1,7 +1,7 @@ # # Set the base image # -FROM python:3.8 +FROM python:3.14.0rc3 MAINTAINER Binbash Leverage (info@binbash.com.ar)