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 3e4e09a7b0 Update cli Dockerfile to a newer ubuntu release, newer rust 
release. (#10638)
3e4e09a7b0 is described below

commit 3e4e09a7b086009921588d52be577ada0ed6d6b9
Author: Bruce Ritchie <[email protected]>
AuthorDate: Fri May 24 03:58:05 2024 -0400

    Update cli Dockerfile to a newer ubuntu release, newer rust release. 
(#10638)
---
 datafusion-cli/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/datafusion-cli/Dockerfile b/datafusion-cli/Dockerfile
index 9dbab5b1ed..c8132afbf6 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.73-bullseye as builder
+FROM rust:1.78-bookworm as builder
 
 COPY . /usr/src/arrow-datafusion
 COPY ./datafusion /usr/src/arrow-datafusion/datafusion
@@ -28,7 +28,7 @@ RUN rustup component add rustfmt
 
 RUN cargo build --release
 
-FROM debian:bullseye-slim
+FROM debian:bookworm-slim
 
 COPY --from=builder 
/usr/src/arrow-datafusion/datafusion-cli/target/release/datafusion-cli 
/usr/local/bin
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to