This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new d1aca48b5e Fix Dockerfile min rust version to 1.72 (#9135)
d1aca48b5e is described below
commit d1aca48b5e467002ea2f9e0f11ff822dce6e9fe5
Author: Andrew Lamb <[email protected]>
AuthorDate: Mon Feb 5 14:21:53 2024 -0500
Fix Dockerfile min rust version to 1.72 (#9135)
---
datafusion-cli/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datafusion-cli/Dockerfile b/datafusion-cli/Dockerfile
index 07f2b88815..67de1f0c80 100644
--- a/datafusion-cli/Dockerfile
+++ b/datafusion-cli/Dockerfile
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-FROM rust:1.70 as builder
+FROM rust:1.72 as builder
COPY . /usr/src/arrow-datafusion
COPY ./datafusion /usr/src/arrow-datafusion/datafusion