File tree Expand file tree Collapse file tree 4 files changed +3
-665
lines changed Expand file tree Collapse file tree 4 files changed +3
-665
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN chmod +x /usr/bin/systemctl
12
12
RUN echo $(date +%s) > updated
13
13
FROM systemd as clone
14
14
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
16
16
RUN echo $(date +%s) > updated
17
17
FROM clone as make
18
18
WORKDIR /src
@@ -25,7 +25,7 @@ RUN echo $(date +%s) > updated
25
25
FROM make as install
26
26
RUN install ./miniscript /usr/local/bin
27
27
RUN echo $(date +%s) > updated
28
- RUN install ./miniscript-* /usr/local/bin
28
+ RUN install ./miniscript-** /usr/local/bin
29
29
RUN install ./serve /usr/local/bin
30
30
RUN echo $(date +%s) > updated
31
31
WORKDIR /src
Original file line number Diff line number Diff line change 7
7
# # miniscript-test-1000
8
8
# # etc..
9
9
10
- TESTS=$( echo miniscript-test-{0..1000})
10
+ TESTS=$( echo miniscript-test-{0..1000}* )
11
11
for ms in $TESTS
12
12
do
13
13
. $ms 2> /dev/null
You can’t perform that action at this time.
0 commit comments