derrickaw commented on code in PR #38852:
URL: https://github.com/apache/beam/pull/38852#discussion_r3589023528
##########
sdks/python/container/Dockerfile:
##########
@@ -48,7 +48,7 @@ RUN \
&& \
rm -rf /var/lib/apt/lists/* && \
- pip install --upgrade pip setuptools wheel && \
+ pip install --upgrade "pip>=26.1" setuptools wheel && \
Review Comment:
The recent images are fixed. I think this
https://github.com/apache/beam/pull/38765 fixed it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]