@axiom-lattice/core 2.1.64 → 2.1.65

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.
package/dist/index.js CHANGED
@@ -20981,7 +20981,7 @@ function parseOptionalNumberEnv(name, fallback) {
20981
20981
  }
20982
20982
  function getDefaultMicrosandboxRemoteConfig() {
20983
20983
  return {
20984
- image: process.env.MICROSANDBOX_IMAGE ?? "daytona-cn-shanghai.cr.volces.com/daytona/sandbox:0.0.5",
20984
+ image: process.env.MICROSANDBOX_IMAGE ?? "kioko12520/sandbox:0.1.0",
20985
20985
  //"daytonaio/sandbox:0.6.0",
20986
20986
  cpus: parseOptionalNumberEnv("MICROSANDBOX_CPUS", 1),
20987
20987
  memoryMib: parseOptionalNumberEnv("MICROSANDBOX_MEMORY", 512),