Skip to content

Commit

Permalink
docker: Update docker images and docs to non-CVE-2018-17144 bitcoind
Browse files Browse the repository at this point in the history
While not strictly necessary it's certainly a good idea to test
against the latest one and not encourage users to use old versions.

Reported-by: Jonas Nick <@jonasnick>
Signed-off-by: Christian Decker <@cdecker>
  • Loading branch information
cdecker authored and rustyrussell committed Oct 15, 2018
1 parent afac013 commit e904fcc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apk add --no-cache \

WORKDIR /opt

ARG BITCOIN_VERSION=0.16.0
ARG BITCOIN_VERSION=0.17.0
ENV BITCOIN_TARBALL bitcoin-$BITCOIN_VERSION-x86_64-linux-gnu.tar.gz
ENV BITCOIN_URL https://bitcoincore.org/bin/bitcoin-core-$BITCOIN_VERSION/$BITCOIN_TARBALL
ENV BITCOIN_ASC_URL https://bitcoincore.org/bin/bitcoin-core-$BITCOIN_VERSION/SHA256SUMS.asc
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Here is an example of a docker-compose file with bitcoind and c-lightning on `te
version: "3"
services:
bitcoind:
image: nicolasdorier/docker-bitcoin:0.16.0
image: nicolasdorier/docker-bitcoin:0.16.3
container_name: bitcoind
environment:
BITCOIN_EXTRA_ARGS: |
Expand Down
2 changes: 1 addition & 1 deletion contrib/Dockerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:16.04
MAINTAINER Christian Decker <decker.christian@gmail.com>

ENV DEBIAN_FRONTEND noninteractive
ENV BITCOIN_VERSION 0.16.0
ENV BITCOIN_VERSION 0.17.0

WORKDIR /build
Expand Down
2 changes: 1 addition & 1 deletion contrib/Dockerfile.builder.fedora
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fedora:28

ENV BITCOIN_VERSION 0.16.0
ENV BITCOIN_VERSION 0.17.0
WORKDIR /tmp

RUN dnf update -y && \
Expand Down
2 changes: 1 addition & 1 deletion contrib/Dockerfile.builder.i386
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM i386/ubuntu:16.04
MAINTAINER Christian Decker <decker.christian@gmail.com>

ENV DEBIAN_FRONTEND noninteractive
ENV BITCOIN_VERSION 0.16.0
ENV BITCOIN_VERSION 0.17.0

WORKDIR /build

Expand Down

0 comments on commit e904fcc

Please sign in to comment.