From 02ce33bcb1541469521d8954bcad365172765f60 Mon Sep 17 00:00:00 2001 From: Quantaindew <35188255+Quantaindew@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:15:28 +0530 Subject: [PATCH] revert change to build.js --- dev-cli/src/commands/build.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-cli/src/commands/build.js b/dev-cli/src/commands/build.js index ec2346f8d..f14b04ed2 100644 --- a/dev-cli/src/commands/build.js +++ b/dev-cli/src/commands/build.js @@ -13,10 +13,11 @@ export async function build () { 'linux/amd64', '-v', `${pwd}:/src`, - `p3rmaw3b/ao`, + `p3rmaw3b/ao:${VERSION.IMAGE}`, 'ao-build-module' ] }) + console.log(`VERSION IMAGE ${VERSION.IMAGE}`) await p.status() }