File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @cartesi/sdk " : patch
3+ ---
4+
5+ bump alto to 1.2.7
Original file line number Diff line number Diff line change @@ -240,14 +240,12 @@ ARG TARGETOS
240240COPY --from=foundry /usr/local/bin/forge /usr/local/bin/forge
241241
242242WORKDIR /app
243- COPY alto.patch /app/alto.patch
244243
245244RUN <<EOF
246245set -eu
247246npm install -g pnpm
248247git clone --branch v${ALTO_VERSION} --depth 1 --recurse-submodules https://github.com/pimlicolabs/alto.git
249248cd alto
250- patch -p1 < /app/alto.patch
251249pnpm install
252250pnpm run build:contracts
253251pnpm run build
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ target "docker-platforms" {}
66target "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"
You can’t perform that action at this time.
0 commit comments