Skip to content

Commit 8106d72

Browse files
committed
modify node tag
1 parent 19463bd commit 8106d72

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: write
1111

1212
env:
13-
ROLLUPS_NODE_VERSION: 2.0.0-alpha.4
13+
ROLLUPS_NODE_VERSION: 2.0.0-dev-20250527
1414
ESPRESSO_BASE_URL: http://localhost:24000
1515

1616
jobs:

ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ COPY --chown=cartesi:cartesi ./ci/entrypoint.sh /entrypoint.sh
156156
COPY --chown=cartesi:cartesi ./ci/scripts/migrate-db.sh /migrate-db.sh
157157
COPY --chown=cartesi:cartesi ./ci/scripts/espresso-dev-node-health.sh /espresso-dev-node-health.sh
158158
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/
160160

161161
RUN chmod +x /entrypoint.sh
162162
CMD ["tini", "--", "/entrypoint.sh"]

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
context: .
5353
dockerfile: ./ci/Dockerfile
5454
args:
55-
- ROLLUPS_NODE_VERSION=2.0.0-alpha.4
55+
- ROLLUPS_NODE_VERSION=2.0.0-dev-20250527
5656
env_file:
5757
- "${NODE_ENV_FILE:-./ci/env.nodev2-local}"
5858
ports:
@@ -69,4 +69,4 @@ services:
6969
# condition: service_healthy
7070

7171
volumes:
72-
espresso_storage:
72+
espresso_storage:

0 commit comments

Comments
 (0)