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/datafusion.git
The following commit(s) were added to refs/heads/main by this push: new 2a8b885be8 Update version in `datafusion-cli/Dockerfile` to 1.81 (#14344) 2a8b885be8 is described below commit 2a8b885be878ff9ed04331fef1052315fb9b4043 Author: Andrew Lamb <and...@nerdnetworks.org> AuthorDate: Wed Jan 29 10:03:20 2025 -0500 Update version in `datafusion-cli/Dockerfile` to 1.81 (#14344) * Update version in dockerfile * Update datafusion-cli/Dockerfile Co-authored-by: Oleks V <comph...@users.noreply.github.com> --------- Co-authored-by: Oleks V <comph...@users.noreply.github.com> --- datafusion-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion-cli/Dockerfile b/datafusion-cli/Dockerfile index faf345660d..f73b76b5db 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.80-bookworm AS builder +FROM rust:bookworm AS builder COPY . /usr/src/datafusion COPY ./datafusion /usr/src/datafusion/datafusion --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org