From 5dfed79a902d4bcf1519e49c1c9742ed9c64bd58 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Sat, 23 Nov 2024 15:26:47 +0700 Subject: [PATCH] update `cargo near new` template `image` and `image_digest` (#257) Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: frol <304265+frol@users.noreply.github.com> --- .../src/commands/new/new-project-template/Cargo.toml.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 0625316b..c7d2c0bd 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.1-rust-1.82.0" +image = "sourcescan/cargo-near:0.12.2-rust-1.82.0" # tag after colon above serves only descriptive purpose; image is identified by digest -image_digest = "sha256:841e72af53e151e3d8f65ef2e50dcec162699d876348a8ec0e77b6cdede667d9" +image_digest = "sha256:ed398028ef25d49a7a4b3d96dfe3c358745c8db246d9421b05e8ae937aaaf55a" # 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