Skip to content

Commit

Permalink
fixup! [docker] use zstd compression
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalajiarun committed Nov 7, 2024
1 parent 06ed4d7 commit c5a2c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/builder/docker-bake-rust-all.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ target "_common" {
GIT_TAG = "${GIT_TAG}"
BUILD_DATE = "${BUILD_DATE}"
}
output = ["compression=zstd"]
output = ["type=image,compression=zstd"]
}

target "validator-testing" {
Expand Down

0 comments on commit c5a2c20

Please sign in to comment.