Skip to content

Commit

Permalink
fixup! feat(sdk): add alto bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Jul 19, 2024
1 parent 622b8d2 commit 7195764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ EOF

# alto
FROM node:18.19.0-bookworm AS alto
RUN npm install -g @pimlico/alto
ARG ALTO_VERSION
RUN npm install -g @pimlico/alto@${ALTO_VERSION}

# devnet files
FROM node:slim as devnet
Expand Down
1 change: 1 addition & 0 deletions packages/sdk/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ target "default" {
SERVER_MANAGER_ORG = "cartesi"
SERVER_MANAGER_VERSION = "0.9.1"
CARTESI_IMAGE_KERNEL_VERSION = "0.19.1"
ALTO_VERSION = "0.0.4"
DEVNET_VERSION = "1.8.0"
LINUX_KERNEL_VERSION = "6.5.9-ctsi-1-v0.19.1"
XGENEXT2_VERSION = "1.5.6"
Expand Down

0 comments on commit 7195764

Please sign in to comment.