Skip to content

Commit bc21e24

Browse files
chore(deps): pin dependencies
1 parent 128c4e3 commit bc21e24

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ miette = { version = "7.6.0", features = ["fancy"] }
2828
time = "0.3.41"
2929

3030
[dev-dependencies]
31-
tempfile = "3.19.1"
32-
rand = "0.8.5"
31+
tempfile = "=3.19.1"
32+
rand = "=0.8.5"
3333

3434
[build-dependencies]
3535
cargo-chef = "0.1.62"

Dockerfile.bins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM goreleaser/nfpm@sha256:44ab1c1726fc775a8e7d6fcd216ed7632b52af4b8f43e2c1daec
44
FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:923441d7c25f1e2eb5789f82d987693c47b8ed987c4ab3b075d6ed2b5d6779a3 AS xx
55
ARG TARGETPLATFORM
66

7-
FROM --platform=$BUILDPLATFORM lukemathwalker/cargo-chef:latest-rust-alpine AS chef
7+
FROM --platform=$BUILDPLATFORM lukemathwalker/cargo-chef:latest-rust-alpine@sha256:95ef7eeecab233aa0479daaa2d2c76e8f9a19890d5fc0e62b75c73fbe4840205 AS chef
88
WORKDIR /app
99

1010
FROM chef AS planner

Dockerfile.container

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BUILDKIT_SBOM_SCAN_CONTEXT=true
22
FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:923441d7c25f1e2eb5789f82d987693c47b8ed987c4ab3b075d6ed2b5d6779a3 AS xx
33
ARG TARGETPLATFORM
44

5-
FROM --platform=$BUILDPLATFORM lukemathwalker/cargo-chef:latest-rust-alpine AS chef
5+
FROM --platform=$BUILDPLATFORM lukemathwalker/cargo-chef:latest-rust-alpine@sha256:95ef7eeecab233aa0479daaa2d2c76e8f9a19890d5fc0e62b75c73fbe4840205 AS chef
66
WORKDIR /app
77

88
FROM chef AS planner

0 commit comments

Comments
 (0)