Skip to content

Commit

Permalink
update cargo near new template image and image_digest (#250)
Browse files Browse the repository at this point in the history
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

Co-authored-by: frol <[email protected]>
  • Loading branch information
frol and frol authored Nov 18, 2024
1 parent 4164624 commit d6d46d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ crate-type = ["cdylib", "rlib"]
# in https://github.com/near/NEPs/blob/master/neps/nep-0330.md
[package.metadata.near.reproducible_build]
# docker image, descriptor of build environment
image = "sourcescan/cargo-near:0.11.0-rust-1.82.0"
image = "sourcescan/cargo-near:0.12.0-rust-1.82.0"
# tag after colon above serves only descriptive purpose; image is identified by digest
image_digest = "sha256:6af67e796ff7182f6b184031f9e95d792f97b66693698abc51b4630acac0bf83"
image_digest = "sha256:ade9b90ed750e4be3aa66dd7f25989288805ee8dfbb99553fff305c0d242f3e2"
# list of environment variables names, whose values, if set, will be used as external build parameters
# in a reproducible manner
# supported by `sourcescan/cargo-near:0.10.1-rust-1.82.0` image or later images
Expand Down

0 comments on commit d6d46d0

Please sign in to comment.