Skip to content

Commit e5556d8

Browse files
Update ubuntu.bitcoind.dockerfile
1 parent 9a06c19 commit e5556d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu.bitcoind.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN mkdir -p src && cd src \
4343
&& cd ../.. \
4444
&& git clone https://github.com/bitcoin/bitcoin.git \
4545
&& cd bitcoin \
46-
&& git checkout v0.11.0 \
46+
&& git checkout v0.11.2 \
4747
# Compile
4848
&& ./autogen.sh \
4949
&& ./configure CPPFLAGS="-I${BDB_PREFIX}/include/ -O2" LDFLAGS="-L${BDB_PREFIX}/lib/" \

0 commit comments

Comments
 (0)