Skip to content

Commit 7f360ea

Browse files
committed
Dockerfile:v0.0.9
1 parent eb3e1a1 commit 7f360ea

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
@@ -12,7 +12,7 @@ RUN chmod +x /usr/bin/systemctl
1212
RUN echo $(date +%s) > updated
1313
FROM systemd as clone
1414
RUN rm -rf /src
15-
RUN git clone --branch v0.0.8 --depth 1 https://github.com/bitcoincore-dev/miniscript-docker /src
15+
RUN git clone --branch v0.0.9 --depth 1 https://github.com/bitcoincore-dev/miniscript-docker /src
1616
RUN echo $(date +%s) > updated
1717
FROM clone as make
1818
WORKDIR /src

0 commit comments

Comments
 (0)