@1claw/cli 0.36.5 → 0.36.6
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.
|
@@ -5,7 +5,7 @@ export declare const DEFAULT_BASE_IMAGE = "1claw/agent:stable";
|
|
|
5
5
|
* this whenever those change so an existing `1claw/agent:stable` is rebuilt
|
|
6
6
|
* instead of silently reused. Stamped into the image as a label.
|
|
7
7
|
*/
|
|
8
|
-
export declare const BASE_IMAGE_VERSION = "
|
|
8
|
+
export declare const BASE_IMAGE_VERSION = "6";
|
|
9
9
|
/** Build the base image from the bundled Docker context. */
|
|
10
10
|
export declare function buildBaseImage(tag?: string, onProgress?: (line: string) => void): Promise<string>;
|
|
11
11
|
/**
|
|
@@ -10,7 +10,7 @@ export const DEFAULT_BASE_IMAGE = "1claw/agent:stable";
|
|
|
10
10
|
* this whenever those change so an existing `1claw/agent:stable` is rebuilt
|
|
11
11
|
* instead of silently reused. Stamped into the image as a label.
|
|
12
12
|
*/
|
|
13
|
-
export const BASE_IMAGE_VERSION = "
|
|
13
|
+
export const BASE_IMAGE_VERSION = "6";
|
|
14
14
|
const BASE_VERSION_LABEL = "org.1claw.base-version";
|
|
15
15
|
/** Build the base image from the bundled Docker context. */
|
|
16
16
|
export async function buildBaseImage(tag = DEFAULT_BASE_IMAGE, onProgress) {
|