Skip to content

Commit ab2ed2a

Browse files
authored
chore(sdk): bump base image to debian:bookworm-20250113
1 parent e79c0bb commit ab2ed2a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/brown-sheep-fold.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 base image to debian:bookworm-20250113

packages/sdk/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ target "docker-platforms" {}
44
target "default" {
55
inherits = ["docker-metadata-action", "docker-platforms"]
66
args = {
7-
BASE_IMAGE = "debian:bookworm-20241202"
7+
BASE_IMAGE = "debian:bookworm-20250113"
88
CARTESI_MACHINE_EMULATOR_VERSION = "0.18.1"
99
CARTESI_IMAGE_KERNEL_VERSION = "0.20.0"
1010
ALTO_VERSION = "0.0.4"

0 commit comments

Comments
 (0)