Skip to content

Commit 7013117

Browse files
authored
Merge branch 'main' into dnf/python3-pip-21.3.1-2.amzn2023.0.14
2 parents 3d4b3f0 + 3840a14 commit 7013117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN dnf upgrade -y \
4444

4545
# FIXME @TL workaround until Amazon Linux gets a pipx package
4646
# FIXME @TL --break-system-packages not supported until Python 3.11.
47-
RUN pip install --no-cache-dir --upgrade pipx==1.7.1
47+
RUN pip install --no-cache-dir --upgrade pipx==1.8.0
4848

4949
# FIXME @TL remarshal requires python 3.10
5050
RUN pipx ensurepath --global \

0 commit comments

Comments
 (0)