diff --git a/ci/check-rust-formatting.Dockerfile b/ci/check-rust-formatting.Dockerfile index 82269d1..f593b6f 100644 --- a/ci/check-rust-formatting.Dockerfile +++ b/ci/check-rust-formatting.Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.91.1-alpine3.21@sha256:33398e1909eae993d43395f85cb102294222bc4ead52a701f72887cb556ff40a +FROM rust:1.91.1-alpine3.21@sha256:32817dd3ce1cd4ed459dcc289df1b906dc53719975156636e605063821668b1e 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 9f00ce8..5689c77 100644 --- a/ci/check-rust-linting.Dockerfile +++ b/ci/check-rust-linting.Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.91.1-alpine3.21@sha256:33398e1909eae993d43395f85cb102294222bc4ead52a701f72887cb556ff40a +FROM rust:1.91.1-alpine3.21@sha256:32817dd3ce1cd4ed459dcc289df1b906dc53719975156636e605063821668b1e 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 8291589..ef943fb 100644 --- a/ci/compile.Dockerfile +++ b/ci/compile.Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.91.1-alpine3.21@sha256:33398e1909eae993d43395f85cb102294222bc4ead52a701f72887cb556ff40a +FROM rust:1.91.1-alpine3.21@sha256:32817dd3ce1cd4ed459dcc289df1b906dc53719975156636e605063821668b1e 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 d14a217..4986135 100644 --- a/ci/fix-rust-formatting.Dockerfile +++ b/ci/fix-rust-formatting.Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.91.1-alpine3.21@sha256:33398e1909eae993d43395f85cb102294222bc4ead52a701f72887cb556ff40a +FROM rust:1.91.1-alpine3.21@sha256:32817dd3ce1cd4ed459dcc289df1b906dc53719975156636e605063821668b1e 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 bbf9581..16028b6 100644 --- a/ci/unit-test.Dockerfile +++ b/ci/unit-test.Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.91.1-alpine3.21@sha256:33398e1909eae993d43395f85cb102294222bc4ead52a701f72887cb556ff40a +FROM rust:1.91.1-alpine3.21@sha256:32817dd3ce1cd4ed459dcc289df1b906dc53719975156636e605063821668b1e RUN apk add --no-cache \ musl-dev=1.2.5-r9