arc402-cli 1.8.16 → 1.8.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -179,7 +179,7 @@ function buildImage(useGpu = false) {
|
|
|
179
179
|
// Pass current CLI version as build arg — installs matching arc402-cli inside the Linux container.
|
|
180
180
|
// Also stamp the version as a label so imageVersionMatches() can detect stale images on future runs.
|
|
181
181
|
const version = getCliVersion();
|
|
182
|
-
const daemonVersion = "0.9.
|
|
182
|
+
const daemonVersion = "0.9.5";
|
|
183
183
|
console.log(`Building ARC-402 Workroom image (${dockerfile}, arc402-cli@${version}, @arc402/daemon@${daemonVersion})...`);
|
|
184
184
|
const result = (0, child_process_1.spawnSync)("docker", [
|
|
185
185
|
"build",
|