diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index dbcefc75..cd575b4f 100644 --- a/aws-cli/Dockerfile +++ b/aws-cli/Dockerfile @@ -44,7 +44,7 @@ RUN dnf upgrade -y \ # FIXME @TL workaround until Amazon Linux gets a pipx package # FIXME @TL --break-system-packages not supported until Python 3.11. -RUN pip install --no-cache-dir --upgrade pipx==1.7.1 +RUN pip install --no-cache-dir --upgrade pipx==1.8.0 # FIXME @TL remarshal requires python 3.10 RUN pipx ensurepath --global \