Skip to content

Commit

Permalink
feat(cli): bump to cartesi/sdk:0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Apr 30, 2024
1 parent 3b75308 commit aaf524e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-boxes-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cartesi/cli": minor
---

bump to cartesi/sdk:0.6.0 in build and shell
2 changes: 1 addition & 1 deletion apps/cli/src/commands/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const CARTESI_LABEL_DATA_SIZE = `${CARTESI_LABEL_PREFIX}.data_size`;
const CARTESI_DEFAULT_RAM_SIZE = "128Mi";

const CARTESI_LABEL_SDK_VERSION = `${CARTESI_LABEL_PREFIX}.sdk_version`;
const CARTESI_DEFAULT_SDK_VERSION = "0.4.0";
const CARTESI_DEFAULT_SDK_VERSION = "0.6.0";

export default class BuildApplication extends BaseCommand<
typeof BuildApplication
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/src/commands/shell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class Shell extends BaseCommand<typeof Shell> {
const ext2 = path.join(containerDir, path.basename(ext2Path));
const ramSize = "128Mi";
const driveLabel = "root";
const sdkImage = "cartesi/sdk:0.4.0"; // XXX: how to resolve sdk version?
const sdkImage = "cartesi/sdk:0.6.0"; // XXX: how to resolve sdk version?
const args = [
"run",
"--interactive",
Expand Down

0 comments on commit aaf524e

Please sign in to comment.