Skip to content

Commit fa0d0d2

Browse files
committed
Use new builder
1 parent 0593a64 commit fa0d0d2

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2024"
33
name = "rops"
4-
version = "0.5.2"
4+
version = "0.5.3"
55

66
[dependencies]
77
base64 = "0.22.1"

src/docker.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ impl DockerCommand {
8989
// Disable DOCKER_BUILDKIT to avoid manifest list creation with attestations
9090
let mut command = Command::new("docker");
9191
command
92-
.env("DOCKER_BUILDKIT", "0") // Disable BuildKit to avoid attestations
9392
.arg("build")
9493
.arg("-f")
9594
.arg(&dockerfile)

0 commit comments

Comments
 (0)