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