Skip to content

Commit

Permalink
bump v2.7.25, fix evm-subql build
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Apr 6, 2024
1 parent b03bf67 commit 93ad460
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/bodhi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/bodhi",
"version": "2.7.24",
"version": "2.7.25",
"repository": "git@github.com:AcalaNetwork/bodhi.js.git",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bodhi/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = 'bodhi.js/bodhi/2.7.24';
export const version = 'bodhi.js/bodhi/2.7.25';
2 changes: 1 addition & 1 deletion packages/eth-providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/eth-providers",
"version": "2.7.24",
"version": "2.7.25",
"license": "MIT",
"author": "Acala Developers <hello@acala.network>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-providers/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = 'bodhi.js/providers/2.7.24';
export const version = 'bodhi.js/providers/2.7.25';
2 changes: 1 addition & 1 deletion packages/eth-rpc-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/eth-rpc-adapter",
"version": "2.7.24",
"version": "2.7.25",
"license": "MIT",
"author": "Acala Developers <hello@acala.network>",
"bin": "./bin/eth-rpc-adapter.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-rpc-adapter/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = 'bodhi.js/eth-rpc-adapter/2.7.24';
export const version = 'bodhi.js/eth-rpc-adapter/2.7.25';
2 changes: 1 addition & 1 deletion packages/eth-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/eth-transactions",
"version": "2.7.24",
"version": "2.7.25",
"license": "MIT",
"author": "Acala Developers <hello@acala.network>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-transactions/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = 'bodhi.js/transactions/2.7.24';
export const version = 'bodhi.js/transactions/2.7.25';
6 changes: 5 additions & 1 deletion packages/evm-subql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ COPY --from=builder /app/packages/evm-subql/package.tgz /tmp
RUN tar -xvzf /tmp/package.tgz
RUN mv /package /app
RUN rm -rf /tmp
WORKDIR /app
WORKDIR /app

# has to override entry point for now
# https://github.com/subquery/subql/pull/2344
ENTRYPOINT ["/sbin/tini", "--", "/bin/run"],

0 comments on commit 93ad460

Please sign in to comment.