Skip to content

Commit c5bbd51

Browse files
committed
chore(sdk): bump CM_EMULATOR to 0.20.0 and also base image + db-base-image to debian trixie
* Using the node-rollups Trixie date as an reference.
1 parent f13e165 commit c5bbd51

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.changeset/five-dots-end.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cartesi/sdk": patch
3+
---
4+
5+
Bump cartesi-machine-emulator to 0.20.0. Also bump cartesi-base-image and postgres-base-image to use debia:trixie on specific date and hash.

packages/sdk/docker-bake.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ target "default" {
88
args = {
99
ALTO_VERSION = "1.2.7"
1010
ALTO_PACKAGE_VERSION = "0.0.20"
11-
CARTESI_BASE_IMAGE = "docker.io/library/debian:bookworm-20260223-slim@sha256:74d56e3931e0d5a1dd51f8c8a2466d21de84a271cd3b5a733b803aa91abf4421"
11+
CARTESI_BASE_IMAGE = "docker.io/library/debian:trixie-20250811@sha256:6d87375016340817ac2391e670971725a9981cfc24e221c47734681ed0f6c0f5"
1212
CARTESI_DEVNET_VERSION = "2.0.0-alpha.11"
1313
CARTESI_IMAGE_KERNEL_VERSION = "0.20.0"
1414
CARTESI_LINUX_KERNEL_VERSION = "6.5.13-ctsi-1-v0.20.0"
15-
CARTESI_MACHINE_EMULATOR_VERSION = "0.19.0"
15+
CARTESI_MACHINE_EMULATOR_VERSION = "0.20.0"
1616
CARTESI_PASSKEY_SERVER_VERSION = "1.0.1"
1717
CARTESI_PAYMASTER_VERSION = "0.2.0"
1818
CARTESI_ROLLUPS_NODE_VERSION = "2.0.0-alpha.11"
1919
FOUNDRY_VERSION = "1.4.3"
2020
NITRO_VERSION = "8c376d4a5baa7f32999620f9fe3eb51ca8e0dcbc" # v0.5
2121
NODE_VERSION = "24.14.0"
2222
NVM_VERSION = "977563e97ddc66facf3a8e31c6cff01d236f09bd" # 0.40.3
23-
POSTGRES_BASE_IMAGE = "docker.io/library/postgres:17-bookworm@sha256:ed736a0232f124704e442614fa13a042c4471b76af79dc74ddcf72023e351ed2"
23+
POSTGRES_BASE_IMAGE = "docker.io/library/postgres:17-trixie@sha256:2a0d0fe14825b0939f78a8cad5cd4e6aa68bf94d0e5dd96e24b6d23af4315545"
2424
SQUASHFS_TOOLS_VERSION = "bad1d213ab6df587d6fa0ef7286180fbf7b86167" # 4.7.4
2525
SU_EXEC_VERSION = "0.3"
2626
TELEGRAF_VERSION = "1.38.0"

0 commit comments

Comments
 (0)