From fee0aaea03c43011d627f0277c85816f02afa113 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 Aug 2026 03:22:42 +0000 Subject: [PATCH] chore(deps): update rust:1.97.1-slim-trixie docker digest to 8e8cf8f --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c8e205..c6bc5b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,7 +70,7 @@ COPY --from=builder-arm64 /out/rite-ls /rite-ls # system OpenSSL, so the image binary can carry the piv/yubikey smart-card # backends the static musl build cannot. It builds only `rite`; `rite-ls` is a # release-tarball artifact, not part of the image. -FROM rust:1.97.1-slim-trixie@sha256:5c6f46a6e4472ab1ca7ba7d494e6677f2f219ebc02f32025d3986f057635ec9c AS builder-image +FROM rust:1.97.1-slim-trixie@sha256:8e8cf8f7fd54a2d23d5a743b3a03f56e26b6c774276c33fa0595111704ebb15c AS builder-image WORKDIR /src RUN apt-get update && apt-get install -y --no-install-recommends \ libpcsclite-dev \