We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01261b3 commit 3840a14Copy full SHA for 3840a14
aws-cli/Dockerfile
@@ -44,7 +44,7 @@ RUN dnf upgrade -y \
44
45
# FIXME @TL workaround until Amazon Linux gets a pipx package
46
# FIXME @TL --break-system-packages not supported until Python 3.11.
47
-RUN pip install --no-cache-dir --upgrade pipx==1.7.1
+RUN pip install --no-cache-dir --upgrade pipx==1.8.0
48
49
# FIXME @TL remarshal requires python 3.10
50
RUN pipx ensurepath --global \
0 commit comments