Skip to content

Commit

Permalink
use docker.io image ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Canvinus committed Apr 6, 2024
1 parent 0cdb1d4 commit 05e24fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-near/src/commands/build_command/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pub fn docker_run(args: BuildCommand) -> color_eyre::eyre::Result<camino::Utf8Pa
.wrap_err("Could not get the working directory for the repository")?
.to_string_lossy()
);
let docker_image = "cargo-near"; //XXX need to fix version!!! image from cargo.toml for contract
let docker_image = "docker.io/sourcescan/cargo-near:0.6.0-builder"; //XXX need to fix version!!! image from cargo.toml for contract
let docker_container_name = format!("cargo-near-{}-{}", timestamp, pid);
let near_build_env_ref = format!("NEAR_BUILD_ENVIRONMENT_REF={}", docker_image);
let uid_gid = format!("{}:{}", uid, gid);
Expand Down

0 comments on commit 05e24fc

Please sign in to comment.