edmondop commented on code in PR #10638: URL: https://github.com/apache/datafusion/pull/10638#discussion_r1612203716
########## datafusion-cli/Dockerfile: ########## @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -FROM rust:1.73-bullseye as builder +FROM rust:1.78-bookworm as builder Review Comment: The workspace.package in the `Cargo.toml` is still 1.73. https://github.com/apache/datafusion/blob/main/Cargo.toml#L53 I am fine with updating the Debian version, but updating the Rust version might require more thoughts or having more extensive implications cc @alamb @andygrove -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
