Skip to content

Commit c2506cd

Browse files
committed
chore(sdk): bump alto version
1 parent 3fd22a0 commit c2506cd

4 files changed

Lines changed: 7 additions & 32 deletions

File tree

.changeset/tough-ideas-hug.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 alto to 1.2.7

packages/sdk/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,12 @@ ARG TARGETOS
240240
COPY --from=foundry /usr/local/bin/forge /usr/local/bin/forge
241241

242242
WORKDIR /app
243-
COPY alto.patch /app/alto.patch
244243

245244
RUN <<EOF
246245
set -eu
247246
npm install -g pnpm
248247
git clone --branch v${ALTO_VERSION} --depth 1 --recurse-submodules https://github.com/pimlicolabs/alto.git
249248
cd alto
250-
patch -p1 < /app/alto.patch
251249
pnpm install
252250
pnpm run build:contracts
253251
pnpm run build

packages/sdk/alto.patch

Lines changed: 0 additions & 28 deletions
This file was deleted.

packages/sdk/docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ target "docker-platforms" {}
66
target "default" {
77
inherits = ["docker-platforms"]
88
args = {
9-
ALTO_VERSION = "1.2.5"
10-
ALTO_PACKAGE_VERSION = "0.0.18"
9+
ALTO_VERSION = "1.2.7"
10+
ALTO_PACKAGE_VERSION = "0.0.20"
1111
CARTESI_BASE_IMAGE = "docker.io/library/debian:trixie-20260223-slim@sha256:1d3c811171a08a5adaa4a163fbafd96b61b87aa871bbc7aa15431ac275d3d430"
1212
CARTESI_DEVNET_VERSION = "2.0.0-alpha.10"
1313
CARTESI_IMAGE_KERNEL_VERSION = "0.20.0"

0 commit comments

Comments
 (0)