diff --git a/ci/check-rust-formatting.Dockerfile b/ci/check-rust-formatting.Dockerfile index dcd1975..6875491 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:3757b14ddcc2057eb91a074dcdd0913bed839b22444bd2229a49eea910ed8736 +FROM rust:1.91.0-alpine3.21@sha256:e9cf108518171a523b0f4f73989d1f35a6c6dc593df52990c29150e57e2ec80a 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 24b44c4..b195fd7 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:3757b14ddcc2057eb91a074dcdd0913bed839b22444bd2229a49eea910ed8736 +FROM rust:1.91.0-alpine3.21@sha256:e9cf108518171a523b0f4f73989d1f35a6c6dc593df52990c29150e57e2ec80a 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 03d5afa..e677a76 100644 --- a/ci/compile.Dockerfile +++ b/ci/compile.Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.90.0-alpine3.21@sha256:3757b14ddcc2057eb91a074dcdd0913bed839b22444bd2229a49eea910ed8736 +FROM rust:1.91.0-alpine3.21@sha256:e9cf108518171a523b0f4f73989d1f35a6c6dc593df52990c29150e57e2ec80a 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 adf0512..dce153e 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:3757b14ddcc2057eb91a074dcdd0913bed839b22444bd2229a49eea910ed8736 +FROM rust:1.91.0-alpine3.21@sha256:e9cf108518171a523b0f4f73989d1f35a6c6dc593df52990c29150e57e2ec80a RUN rustup component add rustfmt ENTRYPOINT ["cargo", "fmt", "--all", "--", "--config=group_imports=StdExternalCrate"] diff --git a/ci/publish-crate.Dockerfile b/ci/publish-crate.Dockerfile index 5ee3752..45f8f62 100644 --- a/ci/publish-crate.Dockerfile +++ b/ci/publish-crate.Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.90.0-alpine3.21@sha256:3757b14ddcc2057eb91a074dcdd0913bed839b22444bd2229a49eea910ed8736 +FROM rust:1.91.0-alpine3.21@sha256:e9cf108518171a523b0f4f73989d1f35a6c6dc593df52990c29150e57e2ec80a RUN apk add --no-cache \ musl-dev=1.2.5-r9 diff --git a/ci/unit-test.Dockerfile b/ci/unit-test.Dockerfile index 343a530..f806ffc 100644 --- a/ci/unit-test.Dockerfile +++ b/ci/unit-test.Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.90.0-alpine3.21@sha256:3757b14ddcc2057eb91a074dcdd0913bed839b22444bd2229a49eea910ed8736 +FROM rust:1.91.0-alpine3.21@sha256:e9cf108518171a523b0f4f73989d1f35a6c6dc593df52990c29150e57e2ec80a RUN apk add --no-cache \ musl-dev=1.2.5-r9