From 14e42f711b61c98635158b310f336b0f9065dae3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 09:47:09 +0000 Subject: [PATCH] chore(deps): update rust:1.90.0-alpine3.21 docker digest to 3757b14 --- ci/check-rust-formatting.Dockerfile | 2 +- ci/check-rust-linting.Dockerfile | 2 +- ci/compile.Dockerfile | 2 +- ci/fix-rust-formatting.Dockerfile | 2 +- ci/unit-test.Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/check-rust-formatting.Dockerfile b/ci/check-rust-formatting.Dockerfile index a86ec7b..dcd1975 100644 --- a/ci/check-rust-formatting.Dockerfile +++ b/ci/check-rust-formatting.Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.90.0-alpine3.21@sha256:1b3ecdc66183eb821f89f9a085af55b842593d711b95894ec4d90e00dc234198 +FROM rust:1.90.0-alpine3.21@sha256:3757b14ddcc2057eb91a074dcdd0913bed839b22444bd2229a49eea910ed8736 RUN rustup component add rustfmt ENTRYPOINT ["cargo", "fmt", "--all", "--", "--check", "--config=group_imports=StdExternalCrate"] diff --git a/ci/check-rust-linting.Dockerfile b/ci/check-rust-linting.Dockerfile index fb93210..24b44c4 100644 --- a/ci/check-rust-linting.Dockerfile +++ b/ci/check-rust-linting.Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.90.0-alpine3.21@sha256:1b3ecdc66183eb821f89f9a085af55b842593d711b95894ec4d90e00dc234198 +FROM rust:1.90.0-alpine3.21@sha256:3757b14ddcc2057eb91a074dcdd0913bed839b22444bd2229a49eea910ed8736 RUN apk add --no-cache \ musl-dev=1.2.5-r9 RUN rustup component add clippy diff --git a/ci/compile.Dockerfile b/ci/compile.Dockerfile index 8cce2df..03d5afa 100644 --- a/ci/compile.Dockerfile +++ b/ci/compile.Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.90.0-alpine3.21@sha256:1b3ecdc66183eb821f89f9a085af55b842593d711b95894ec4d90e00dc234198 +FROM rust:1.90.0-alpine3.21@sha256:3757b14ddcc2057eb91a074dcdd0913bed839b22444bd2229a49eea910ed8736 RUN apk add --no-cache \ musl-dev=1.2.5-r9 diff --git a/ci/fix-rust-formatting.Dockerfile b/ci/fix-rust-formatting.Dockerfile index 5f45ff7..adf0512 100644 --- a/ci/fix-rust-formatting.Dockerfile +++ b/ci/fix-rust-formatting.Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.90.0-alpine3.21@sha256:1b3ecdc66183eb821f89f9a085af55b842593d711b95894ec4d90e00dc234198 +FROM rust:1.90.0-alpine3.21@sha256:3757b14ddcc2057eb91a074dcdd0913bed839b22444bd2229a49eea910ed8736 RUN rustup component add rustfmt ENTRYPOINT ["cargo", "fmt", "--all", "--", "--config=group_imports=StdExternalCrate"] diff --git a/ci/unit-test.Dockerfile b/ci/unit-test.Dockerfile index d0f6383..343a530 100644 --- a/ci/unit-test.Dockerfile +++ b/ci/unit-test.Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.90.0-alpine3.21@sha256:1b3ecdc66183eb821f89f9a085af55b842593d711b95894ec4d90e00dc234198 +FROM rust:1.90.0-alpine3.21@sha256:3757b14ddcc2057eb91a074dcdd0913bed839b22444bd2229a49eea910ed8736 RUN apk add --no-cache \ musl-dev=1.2.5-r9