Skip to content

Commit

Permalink
chore: update Docker image reference in new command template with car…
Browse files Browse the repository at this point in the history
…go-near 0.10.0 and Rust 1.82.0 (#232)

Co-authored-by: dj8yf0μl <[email protected]>
  • Loading branch information
dj8yfo and dj8yf0μl authored Oct 17, 2024
1 parent 5af23c8 commit 67ed230
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.8.2-rust-1.81.0"
image = "sourcescan/cargo-near:0.10.0-rust-1.81.0"
# tag after colon above serves only descriptive purpose; image is identified by digest
image_digest = "sha256:3b5e6efa1d0cef710009f9cc20c845d316187cc170455edc5ba7fdf471c19655"
image_digest = "sha256:5013a742e19a95c108bdfce085a57bda2f1047248e5eb9f005a8adc1ec8a1e42"
# build command inside of docker container
# if docker image from default gallery is used https://hub.docker.com/r/sourcescan/cargo-near/tags,
# the command may be any combination of flags of `cargo-near`,
Expand Down

0 comments on commit 67ed230

Please sign in to comment.