Skip to content

Commit e25ffd6

Browse files
committed
fix
1 parent 1dc6aba commit e25ffd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/xud/Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN cp package.json /tmp/package.json
1313
RUN sed -Ei 's/"grpc-tools": "1.8.0",//g' package.json
1414
RUN npm install \
1515
--grpc_node_binary_host_mirror=https://raw.githubusercontent.com/ExchangeUnion/grpc-node-precompiled-binaries/master \
16-
--sqlite3_node_binary_host_mirror=https://raw.githubusercontent.com/ExchangeUnion/grpc-node-precompiled-binaries/master
16+
--node_sqlite3_binary_host_mirror=https://raw.githubusercontent.com/ExchangeUnion/grpc-node-precompiled-binaries/master
1717
RUN cp /tmp/package.json package.json
1818
RUN npm run compile
1919
RUN npm run compile:seedutil

0 commit comments

Comments
 (0)