Skip to content

Commit c368898

Browse files
committed
Dockerfile:v0.0.5
1 parent ff74e6b commit c368898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

0 commit comments

Comments
 (0)