We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6454dd6 commit 74aaf89Copy full SHA for 74aaf89
dapp/Dockerfile
@@ -20,7 +20,7 @@ RUN wget -v https://github.com/qtumproject/solar/releases/download/0.0.14/solar-
20
21
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
22
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
+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
24
25
# Use multi-stage build makes the image smaller by about 80 MB
26
FROM jeanblanchard/alpine-glibc
0 commit comments