From bda7c075248e023ca12dd9ed69ac948c7c9511cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 02:17:05 +0000 Subject: [PATCH] chore(deps): bump rust from 1.95-slim to 1.96-slim Bumps rust from 1.95-slim to 1.96-slim. --- updated-dependencies: - dependency-name: rust dependency-version: 1.96-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2ed37bf..0a73acd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Build stage — builds the whole workspace, prefetches the embedding model, # and copies out the binaries we need. -FROM rust:1.95-slim@sha256:e14e87345b4d5964ddcc3491d27ee046a0f23820f340c3c1e24da6880141f7c0 AS builder +FROM rust:1.96-slim@sha256:26abcef3d79b8d890c4ceb17093154573e1f6479cf6dd7c1450043b8458350f6 AS builder # g++ provides libstdc++ which `onig-sys` (a transitive dep of fastembed → # tokenizers) wants at link time. Cheaper than dropping the onig backend.