Skip to content

Commit bea7ccc

Browse files
chore(deps): update rust:1.88.0-alpine3.21 docker digest to 0c004cf (#243)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 84dec87 commit bea7ccc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.88.0-alpine3.21@sha256:b7a47e914d8c624ddb824dff64de033ff24eff7c6140b3f1408b70981aa5a751
1+
FROM rust:1.88.0-alpine3.21@sha256:0c004cf201a139a3ce08f10cb200402e59499352a21bc01e1b1a1351fcd45c8a
22
RUN rustup component add rustfmt
33

44
ENTRYPOINT ["cargo", "fmt", "--all", "--", "--check", "--config=group_imports=StdExternalCrate"]

ci/check-rust-linting.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.88.0-alpine3.21@sha256:b7a47e914d8c624ddb824dff64de033ff24eff7c6140b3f1408b70981aa5a751
1+
FROM rust:1.88.0-alpine3.21@sha256:0c004cf201a139a3ce08f10cb200402e59499352a21bc01e1b1a1351fcd45c8a
22
RUN apk add --no-cache \
33
musl-dev=1.2.5-r9
44
RUN rustup component add clippy

ci/compile.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.88.0-alpine3.21@sha256:b7a47e914d8c624ddb824dff64de033ff24eff7c6140b3f1408b70981aa5a751
1+
FROM rust:1.88.0-alpine3.21@sha256:0c004cf201a139a3ce08f10cb200402e59499352a21bc01e1b1a1351fcd45c8a
22
RUN apk add --no-cache \
33
musl-dev=1.2.5-r9
44

ci/fix-rust-formatting.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.88.0-alpine3.21@sha256:b7a47e914d8c624ddb824dff64de033ff24eff7c6140b3f1408b70981aa5a751
1+
FROM rust:1.88.0-alpine3.21@sha256:0c004cf201a139a3ce08f10cb200402e59499352a21bc01e1b1a1351fcd45c8a
22
RUN rustup component add rustfmt
33

44
ENTRYPOINT ["cargo", "fmt", "--all", "--", "--config=group_imports=StdExternalCrate"]

ci/publish-crate.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.88.0-alpine3.21@sha256:b7a47e914d8c624ddb824dff64de033ff24eff7c6140b3f1408b70981aa5a751
1+
FROM rust:1.88.0-alpine3.21@sha256:0c004cf201a139a3ce08f10cb200402e59499352a21bc01e1b1a1351fcd45c8a
22
RUN apk add --no-cache \
33
musl-dev=1.2.5-r9
44

ci/unit-test.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.88.0-alpine3.21@sha256:b7a47e914d8c624ddb824dff64de033ff24eff7c6140b3f1408b70981aa5a751
1+
FROM rust:1.88.0-alpine3.21@sha256:0c004cf201a139a3ce08f10cb200402e59499352a21bc01e1b1a1351fcd45c8a
22
RUN apk add --no-cache \
33
musl-dev=1.2.5-r9
44

0 commit comments

Comments
 (0)