We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b361821 commit 7703361Copy full SHA for 7703361
1 file changed
aws-cli/Dockerfile
@@ -45,7 +45,7 @@ RUN dnf upgrade -y \
45
46
# FIXME @TL workaround until Amazon Linux gets a pipx package
47
# FIXME @TL --break-system-packages not supported until Python 3.11.
48
-RUN pip install --no-cache-dir --upgrade pipx==1.8.0
+RUN pip install --no-cache-dir --upgrade pipx==1.10.1
49
50
# FIXME @TL remarshal requires python 3.10
51
COPY requirements.txt /tmp/requirements.txt
0 commit comments