From ff99e16477b3686a8d5ffc892e7267868f7ddbc3 Mon Sep 17 00:00:00 2001 From: frol <304265+frol@users.noreply.github.com> Date: Fri, 20 Dec 2024 01:31:57 +0000 Subject: [PATCH] [create-pull-request] automated change --- .../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 ba3b064f..2a36367c 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.1-rust-1.83.0" +image = "sourcescan/cargo-near:0.13.2-rust-1.83.0" # tag after colon above serves only descriptive purpose; image is identified by digest -image_digest = "sha256:cc80ff2f2a42823ffd991eaf45ea9fada71ee206d79561eea4f40ecc27bff1be" +image_digest = "sha256:d4ecd27f78dea4e37ddc44a86c46a920454472c08a0950228629f2edafb24d0d" # 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