Skip to content

Commit 74aaf89

Browse files
author
dcb9
committed
Update janus to 0.0.4
1 parent 6454dd6 commit 74aaf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dapp/Dockerfile

Lines changed: 1 addition & 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.3/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.4/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

0 commit comments

Comments
 (0)