diff --git a/cargo-near/src/commands/new/new-project-template/Cargo.toml.template b/cargo-near/src/commands/new/new-project-template/Cargo.toml.template index c7d2c0bd..c01eec20 100644 --- a/cargo-near/src/commands/new/new-project-template/Cargo.toml.template +++ b/cargo-near/src/commands/new/new-project-template/Cargo.toml.template @@ -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.12.2-rust-1.82.0" +image = "sourcescan/cargo-near:0.12.2-rust-1.83.0" # tag after colon above serves only descriptive purpose; image is identified by digest -image_digest = "sha256:ed398028ef25d49a7a4b3d96dfe3c358745c8db246d9421b05e8ae937aaaf55a" +image_digest = "sha256:331af57ff315784c9e27e9e01be3882400986d2398fe150511fd5f3dbc569f38" # 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