Skip to content

Commit df1fc4b

Browse files
committed
use latest subql ndoe
1 parent c4fe60f commit df1fc4b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

packages/evm-subql/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN yarn workspace @acala-network/evm-subql pack
1818

1919
# =============
2020

21-
FROM subquerynetwork/subql-node-substrate:v3.10.1
21+
FROM onfinality/subql-node:v5.2.9
2222
LABEL maintainer="[email protected]"
2323

2424
# subql node changed defualt user to USER 1000
@@ -29,7 +29,3 @@ RUN tar -xvzf /tmp/package.tgz
2929
RUN mv /package /app
3030
RUN rm -rf /tmp
3131
WORKDIR /app
32-
33-
# has to override entry point for now
34-
# https://github.com/subquery/subql/pull/2344
35-
ENTRYPOINT ["/sbin/tini", "--", "/bin/run"]

packages/evm-subql/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
retries: 5
3636

3737
subquery-node:
38-
image: subquerynetwork/subql-node-substrate:v3.10.1
38+
image: onfinality/subql-node:v5.2.9
3939
depends_on:
4040
postgres:
4141
condition: service_healthy

0 commit comments

Comments
 (0)