We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb86558 commit c7406ccCopy full SHA for c7406cc
Dockerfile
@@ -18,7 +18,7 @@ RUN apt-get install docker.io -y
18
RUN echo $(date +%s) > updated
19
FROM docker as clone
20
RUN rm -rf /src
21
-RUN git clone --branch v0.0.2 --depth 1 https://github.com/bitcoincore-dev/miniscript-docker /src
+RUN git clone --branch v0.0.3 --depth 1 https://github.com/bitcoincore-dev/miniscript-docker /src
22
23
FROM clone as make
24
WORKDIR /src
0 commit comments