Skip to content

Commit 1a855b0

Browse files
committed
Dockerfile:v0.0.2
1 parent 9ae016d commit 1a855b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get install docker.io -y
1717
RUN echo $(date +%s) > updated
1818
FROM docker as clone
1919
RUN rm -rf /src
20-
RUN git clone --branch v0.0.0 --depth 1 https://github.com/bitcoincore-dev/miniscript-docker /src
20+
RUN git clone --branch v0.0.2 --depth 1 https://github.com/bitcoincore-dev/miniscript-docker /src
2121
RUN echo $(date +%s) > updated
2222
FROM clone as make
2323
WORKDIR /src

0 commit comments

Comments
 (0)