alamb merged PR #14344:
URL: https://github.com/apache/datafusion/pull/14344
--
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: github-unsubscr...@datafusi
alamb commented on PR #14344:
URL: https://github.com/apache/datafusion/pull/14344#issuecomment-2621905518
I tested that this builds locally via
```shell
$ docker build -f datafusion-cli/Dockerfile .
```
It seems to work great
Thanks @comphead and @findepi
--
comphead commented on code in PR #14344:
URL: https://github.com/apache/datafusion/pull/14344#discussion_r1932834070
##
datafusion-cli/Dockerfile:
##
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-FROM rust:1.80-bookworm AS
comphead commented on code in PR #14344:
URL: https://github.com/apache/datafusion/pull/14344#discussion_r1932833081
##
datafusion-cli/Dockerfile:
##
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-FROM rust:1.80-bookworm AS
alamb commented on code in PR #14344:
URL: https://github.com/apache/datafusion/pull/14344#discussion_r1932826915
##
datafusion-cli/Dockerfile:
##
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-FROM rust:1.80-bookworm AS bui
alamb opened a new pull request, #14344:
URL: https://github.com/apache/datafusion/pull/14344
## Which issue does this PR close?
- Follow on to https://github.com/apache/datafusion/pull/14330
## Rationale for this change
Let's keep the Dockerfile up to date with the MSRV