Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Apr 5, 2024
1 parent ba33517 commit c683fab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/subql-node.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM onfinality/subql-node:v1.21.2 as subql-node
FROM subquerynetwork/subql-node-substrate:v3.10.1 as subql-node
LABEL maintainer="[email protected]"

VOLUME ["/app"]
Expand Down
2 changes: 1 addition & 1 deletion packages/evm-subql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN yarn workspace @acala-network/evm-subql pack

# =============

FROM onfinality/subql-node:v1.21.2
FROM subquerynetwork/subql-node-substrate:v3.10.1
LABEL maintainer="[email protected]"

COPY --from=builder /app/packages/evm-subql/package.tgz /tmp
Expand Down
1 change: 1 addition & 0 deletions packages/evm-subql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ services:
volumes:
- ./:/app
command:
- ${SUB_COMMAND:-} # set SUB_COMMAND env variable to "test" to run tests
- -f=/app/project-acala.yaml
- --network-endpoint=wss://acala-rpc.aca-api.network
- --db-schema=acala_evm
Expand Down

0 comments on commit c683fab

Please sign in to comment.