Skip to content

Commit

Permalink
Merge pull request #5 from rsksmart/bitcoinj_fix
Browse files Browse the repository at this point in the history
[bitcoinj] remote tag changed
  • Loading branch information
Bernardo Codesido authored Aug 2, 2018
2 parents b13805c + 47ea658 commit b4dfe00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitcoinj/0.14.4-rsk-5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ RUN git clone https://github.com/rsksmart/bitcoinj.git /code/bitcoinj
WORKDIR /code/bitcoinj
RUN git checkout v0.14.4-rsk-5

RUN mvn clean package -pl \!wallettemplate -DskipTests
RUN mvn clean package -DskipTests
RUN strip-nondeterminism ./core/target/bitcoinj-core-0.14.4-rsk-5.jar
2 changes: 1 addition & 1 deletion bitcoinj/0.14.4-rsk-5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ docker build -t bitcoinj-0.14.4-rsk-5 .

```
$ docker run --rm bitcoinj-0.14.4-rsk-5 sha256sum /code/bitcoinj/core/target/bitcoinj-core-0.14.4-rsk-5.jar
76f0ce83a5af68c2282bb93444b7c88f02c17e16ac0ba5c373a0b2be7330de99 /code/bitcoinj/core/target/bitcoinj-core-0.14.4-rsk-5.jar
12d36aec3c974faa2e6453dcd5223a5bee872b0685b2c15e9513ebaaf9963654 /code/bitcoinj/core/target/bitcoinj-core-0.14.4-rsk-5.jar
```

## (Optional) Extract JAR from image
Expand Down

0 comments on commit b4dfe00

Please sign in to comment.