derrickaw commented on code in PR #38852:
URL: https://github.com/apache/beam/pull/38852#discussion_r3382843698


##########
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:
   Saw some container images still using 25.0.1. Is there a better way to do 
this? Thanks.



-- 
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]

Reply via email to