raulcd commented on code in PR #41041: URL: https://github.com/apache/arrow/pull/41041#discussion_r1624142058
########## python/examples/minimal_build/Dockerfile.ubuntu: ########## @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -FROM ubuntu:focal +FROM ubuntu:jammy Review Comment: We are already testing Ubuntu 20.04 on [test-ubuntu-20.04-python-3](https://github.com/ursacomputing/crossbow/actions/runs/9289313780/job/25562914452) . I did update the minimal_build to 22.04 because there was a minor issue building and was easier to update than investigate to fix it and as we are already testing 20.04 I knew it was a CI set-up. I could investigate but I do think that we have to start updating our default jobs to 22.04 so I preferred to update 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]
