From 67cc21c15c6b35e7cff54356830259c0aeb1df54 Mon Sep 17 00:00:00 2001 From: Quantaindew <35188255+Quantaindew@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:19:43 +0530 Subject: [PATCH] revert change to build.js --- dev-cli/src/commands/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cli/src/commands/build.js b/dev-cli/src/commands/build.js index ec2346f8d..01020265d 100644 --- a/dev-cli/src/commands/build.js +++ b/dev-cli/src/commands/build.js @@ -13,7 +13,7 @@ export async function build () { 'linux/amd64', '-v', `${pwd}:/src`, - `p3rmaw3b/ao`, + `p3rmaw3b/ao:${VERSION.IMAGE}`, 'ao-build-module' ] })