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() }