This is an automated email from the ASF dual-hosted git repository.
milenkovicm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new 38faf619 feat: Bump docker rust to `rust:1.92-trixie` (#1365)
38faf619 is described below
commit 38faf619b4ed3e3cddb3d57ef8f6a84e2ad0cac3
Author: Matt Cuento <[email protected]>
AuthorDate: Mon Jan 5 11:40:15 2026 -0800
feat: Bump docker rust to `rust:1.92-trixie` (#1365)
Bump in builder
---
ballista-cli/Dockerfile | 2 +-
dev/docker/ballista-builder.Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ballista-cli/Dockerfile b/ballista-cli/Dockerfile
index 8c12ed5c..00957ac3 100644
--- a/ballista-cli/Dockerfile
+++ b/ballista-cli/Dockerfile
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-FROM rust:1.76-bullseye as builder
+FROM rust:1.92-trixie as builder
COPY ./ballista-cli /usr/src/ballista-cli
diff --git a/dev/docker/ballista-builder.Dockerfile
b/dev/docker/ballista-builder.Dockerfile
index 2347f1cd..9b635240 100644
--- a/dev/docker/ballista-builder.Dockerfile
+++ b/dev/docker/ballista-builder.Dockerfile
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-FROM rust:1.85-bullseye
+FROM rust:1.92-trixie
ARG EXT_UID
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]