@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.mjs CHANGED
@@ -20814,7 +20814,7 @@ function parseOptionalNumberEnv(name, fallback) {
20814
20814
  }
20815
20815
  function getDefaultMicrosandboxRemoteConfig() {
20816
20816
  return {
20817
- image: process.env.MICROSANDBOX_IMAGE ?? "daytona-cn-shanghai.cr.volces.com/daytona/sandbox:0.0.5",
20817
+ image: process.env.MICROSANDBOX_IMAGE ?? "kioko12520/sandbox:0.1.0",
20818
20818
  //"daytonaio/sandbox:0.6.0",
20819
20819
  cpus: parseOptionalNumberEnv("MICROSANDBOX_CPUS", 1),
20820
20820
  memoryMib: parseOptionalNumberEnv("MICROSANDBOX_MEMORY", 512),