File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
10
10
contents : write
11
11
12
12
env :
13
- ROLLUPS_NODE_VERSION : 2.0.0-alpha.4
13
+ ROLLUPS_NODE_VERSION : 2.0.0-dev-20250527
14
14
ESPRESSO_BASE_URL : http://localhost:24000
15
15
16
16
jobs :
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ COPY --chown=cartesi:cartesi ./ci/entrypoint.sh /entrypoint.sh
156
156
COPY --chown=cartesi:cartesi ./ci/scripts/migrate-db.sh /migrate-db.sh
157
157
COPY --chown=cartesi:cartesi ./ci/scripts/espresso-dev-node-health.sh /espresso-dev-node-health.sh
158
158
COPY --chown=cartesi:cartesi ./internal/repository/postgres/schema/migrations /internal/repository/postgres/schema/migrations
159
- ADD https://raw.githubusercontent.com/cartesi/rollups-node/refs/tags/v2.0.0-alpha.4 /internal/repository/postgres/schema/migrations/000001_create_initial_schema.up.sql /rollups-node/migrations/
159
+ ADD https://raw.githubusercontent.com/cartesi/rollups-node/refs/tags/v2.0.0-dev-20250527 /internal/repository/postgres/schema/migrations/000001_create_initial_schema.up.sql /rollups-node/migrations/
160
160
161
161
RUN chmod +x /entrypoint.sh
162
162
CMD ["tini" , "--" , "/entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ services:
52
52
context : .
53
53
dockerfile : ./ci/Dockerfile
54
54
args :
55
- - ROLLUPS_NODE_VERSION=2.0.0-alpha.4
55
+ - ROLLUPS_NODE_VERSION=2.0.0-dev-20250527
56
56
env_file :
57
57
- " ${NODE_ENV_FILE:-./ci/env.nodev2-local}"
58
58
ports :
@@ -69,4 +69,4 @@ services:
69
69
# condition: service_healthy
70
70
71
71
volumes :
72
- espresso_storage:
72
+ espresso_storage :
You can’t perform that action at this time.
0 commit comments