We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6684ee9 + d50f8eb commit eea7766Copy full SHA for eea7766
1 file changed
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.5 --depth 1 https://github.com/bitcoincore-dev/miniscript-docker /src
+RUN git clone --branch v0.0.6 --depth 1 https://github.com/bitcoincore-dev/miniscript-docker /src
22
23
FROM clone as make
24
WORKDIR /src
0 commit comments