From f8d0b52475a4bc395bcbc315dd8a3256a88bb205 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Thu, 19 Dec 2024 10:30:36 +0100 Subject: [PATCH] update `cargo near new` template `image` and `image_digest` (#273) 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.template.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 58f184e9..de60b2a2 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.0-rust-1.83.0" +image = "sourcescan/cargo-near:0.13.1-rust-1.83.0" # tag after colon above serves only descriptive purpose; image is identified by digest -image_digest = "sha256:a2584ef8c9381d157da4f30100047cbf04adbe04339f1407f6bf0af7712b84a3" +image_digest = "sha256:cc80ff2f2a42823ffd991eaf45ea9fada71ee206d79561eea4f40ecc27bff1be" # 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