We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a06c19 commit e5556d8Copy full SHA for e5556d8
ubuntu.bitcoind.dockerfile
@@ -43,7 +43,7 @@ RUN mkdir -p src && cd src \
43
&& cd ../.. \
44
&& git clone https://github.com/bitcoin/bitcoin.git \
45
&& cd bitcoin \
46
-&& git checkout v0.11.0 \
+&& git checkout v0.11.2 \
47
# Compile
48
&& ./autogen.sh \
49
&& ./configure CPPFLAGS="-I${BDB_PREFIX}/include/ -O2" LDFLAGS="-L${BDB_PREFIX}/lib/" \
0 commit comments