Commit 3894003 1 parent 8e59bb0 commit 3894003 Copy full SHA for 3894003
File tree 1 file changed +1
-1
lines changed
bsc/bridges/stellar/bsc-docker
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN apt-get update -y \
11
11
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
12
12
13
13
RUN if [ "${TARGETARCH}" = "arm64" ]; then geth_binary="geth-linux-arm64" ; else geth_binary="geth_linux" ; fi && \
14
- curl https://api.github.com/repositories/265775217/releases/tags/v1.2.5 | jq -c ".assets[] | select( .browser_download_url | contains(\" ${network}.zip\" ) or contains(\" $geth_binary\" )) | .browser_download_url" | xargs -n1 curl -LOJ && \
14
+ curl https://api.github.com/repositories/265775217/releases/tags/v1.2.8 | jq -c ".assets[] | select( .browser_download_url | contains(\" ${network}.zip\" ) or contains(\" $geth_binary\" )) | .browser_download_url" | xargs -n1 curl -LOJ && \
15
15
unzip ${network}.zip -d / && \
16
16
sed -i 's/^HTTPHost.*/HTTPHost = "0.0.0.0"/' /config.toml && \
17
17
sed -i '/^WSPort.*/a WSHost = "0.0.0.0"' /config.toml && \
You can’t perform that action at this time.
0 commit comments