Skip to content

Commit

Permalink
DELETE: use cartesi/rollups-node:devel
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Nov 11, 2024
1 parent 49c2cb2 commit 27311fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/cli/src/node/DockerfileDeploy.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cartesi/rollups-node:2.0.0
FROM cartesi/rollups-node:devel
ENV CARTESI_SNAPSHOT_DIR=/usr/share/rollups-node/snapshot
ENV CARTESI_HTTP_ADDRESS=0.0.0.0
COPY --chown=cartesi:cartesi . ${CARTESI_SNAPSHOT_DIR}
2 changes: 1 addition & 1 deletion apps/cli/src/node/docker-compose-anvil.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- 8545:8545

dapp_deployer:
image: cartesi/rollups-node:2.0.0
image: cartesi/rollups-node:devel
restart: on-failure
depends_on:
validator:
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/src/node/docker-compose-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- POSTGRES_PASSWORD=password

migration:
image: cartesi/rollups-node:2.0.0
image: cartesi/rollups-node:devel
command:
- /bin/bash
- -c
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/src/node/docker-compose-validator.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
validator:
image: cartesi/rollups-node:2.0.0
image: cartesi/rollups-node:devel
depends_on:
migration:
condition: service_completed_successfully
Expand Down

0 comments on commit 27311fa

Please sign in to comment.