diff --git a/cargo-near/src/commands/new/new-project-template/Cargo.template.toml b/cargo-near/src/commands/new/new-project-template/Cargo.template.toml index c1695cbf..61b458d8 100644 --- a/cargo-near/src/commands/new/new-project-template/Cargo.template.toml +++ b/cargo-near/src/commands/new/new-project-template/Cargo.template.toml @@ -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.13.2-rust-1.84.0" +image = "sourcescan/cargo-near:0.13.3-rust-1.84.0" # tag after colon above serves only descriptive purpose; image is identified by digest -image_digest = "sha256:b41cb89907f92b114da9e2be4e109bff30ab792c22ddcbd2a4cff8e340cb9acb" +image_digest = "sha256:722198ddb92d1b82cbfcd3a4a9f7fba6fd8715f4d0b5fb236d8725c4883f97de" # 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