Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN pnpm -C tauri install --frozen-lockfile && \
# ── Builder stage ─────────────────────────────────────────────────────────────
# rust:1.96-slim multi-arch manifest-list digest (2026-05-28). Matches
# the workspace's `rust-toolchain.toml` channel = "stable".
FROM rust:1.96-slim@sha256:26abcef3d79b8d890c4ceb17093154573e1f6479cf6dd7c1450043b8458350f6 AS builder
FROM rust:1.96-slim@sha256:082a5849a6870672b5f7a5bf4eddc71723fce38756fd834a0d734a5306a310ab AS builder

# cargo-auditable embeds the dep graph in the produced binary so post-build
# `osv-scanner sbom-from-binary`, `syft`, and `grype` can re-derive the
Expand Down
Loading