Skip to content

Commit

Permalink
DELETE
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Aug 19, 2024
1 parent 73b8d87 commit 554eec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:1.5.1
FROM cartesi/rollups-node:1.5.1-rc1
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-validator.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
validator:
image: cartesi/rollups-node:1.5.1
image: cartesi/rollups-node:1.5.1-rc1
depends_on:
dapp_deployer:
condition: service_completed_successfully
Expand Down

0 comments on commit 554eec6

Please sign in to comment.