Skip to content

Commit 6454dd6

Browse files
author
dcb9
committed
Update janus
1 parent 9e3aa61 commit 6454dd6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dapp/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN wget -v https://github.com/qtumproject/solar/releases/download/0.0.14/solar-
2020

2121
RUN wget https://github.com/qtumproject/qtumportal/releases/download/0.0.8/qtumportal-linux -O /usr/local/bin/qtumportal && chmod 0755 /usr/local/bin/qtumportal
2222

23-
RUN wget -v https://github.com/dcb9/janus/releases/download/0.0.2/janus-linux-amd64 -O /usr/local/bin/janus && chmod 0755 /usr/local/bin/janus
23+
RUN wget -v https://github.com/dcb9/janus/releases/download/0.0.3/janus-linux-amd64 -O /usr/local/bin/janus && chmod 0755 /usr/local/bin/janus
2424

2525
# Use multi-stage build makes the image smaller by about 80 MB
2626
FROM jeanblanchard/alpine-glibc
@@ -45,6 +45,9 @@ COPY qcli /usr/local/bin
4545
COPY qtumd-launch /usr/local/bin
4646
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
4747

48+
## local test
49+
#COPY janus-linux-amd64 /usr/local/bin/janus
50+
4851
# 9888: qtumportal DApp RPC service
4952
# 9899: qtumportal auth service
5053
# 3889: qtumd RPC

0 commit comments

Comments
 (0)