From 4adc4be78e25a541e39c661b950ea931aeba1245 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 28 Aug 2026 12:22:19 +0000 Subject: [PATCH] chore(deps): update rust:1.98.0-slim-trixie docker digest to 17d1ba8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4d654a..0c81863 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.98.0-slim-trixie@sha256:fb4b2f1dc68c06f46618948b09d0ade147e6d2b11a6581e599b0c808d5b8a167 AS builder-image +FROM rust:1.98.0-slim-trixie@sha256:17d1ba895198f9934c6314ec5346a0d5115372f3243390c3d731e242f35c2f27 AS builder-image WORKDIR /src RUN apt-get update && apt-get install -y --no-install-recommends \ libpcsclite-dev \