Browse Source

v0.19.0.1

master v0.19.0.1
Damian Mee 5 years ago
parent
commit
4518ca359b
No known key found for this signature in database GPG Key ID: 2F961EAB8789725D
  1. 6
      0.19/Dockerfile

6
0.19/Dockerfile

@ -42,7 +42,7 @@ RUN gpg --list-keys && \
# #
FROM bitcoin-base AS from-release FROM bitcoin-base AS from-release
ARG VERSION=0.19.0 ARG VERSION=0.19.0.1
ENV BITCOIN_VERSION=${VERSION} ENV BITCOIN_VERSION=${VERSION}
RUN echo "Building Bitcoin version (from release): ${BITCOIN_VERSION}" RUN echo "Building Bitcoin version (from release): ${BITCOIN_VERSION}"
@ -70,7 +70,7 @@ FROM bitcoin-base AS from-git
RUN apk add git RUN apk add git
ARG VERSION=0.19.0 ARG VERSION=0.19.0.1
ENV BITCOIN_VERSION=${VERSION} ENV BITCOIN_VERSION=${VERSION}
RUN echo "Building Bitcoin version (from git): ${BITCOIN_VERSION}" RUN echo "Building Bitcoin version (from git): ${BITCOIN_VERSION}"
@ -142,7 +142,7 @@ LABEL maintainer="Damian Mee (@meeDamian)"
RUN sed -i 's|http://dl-cdn.alpinelinux.org|https://alpine.global.ssl.fastly.net|g' /etc/apk/repositories && \ RUN sed -i 's|http://dl-cdn.alpinelinux.org|https://alpine.global.ssl.fastly.net|g' /etc/apk/repositories && \
apk add --no-cache libressl libstdc++ boost-thread boost-chrono boost-filesystem libevent libsodium libzmq apk add --no-cache libressl libstdc++ boost-thread boost-chrono boost-filesystem libevent libsodium libzmq
ARG VERSION=0.19.0 ARG VERSION=0.19.0.1
ENV BITCOIN_VERSION=${VERSION} ENV BITCOIN_VERSION=${VERSION}
ENV BITCOIN_PREFIX="/opt/bitcoin-${BITCOIN_VERSION}" ENV BITCOIN_PREFIX="/opt/bitcoin-${BITCOIN_VERSION}"

Loading…
Cancel
Save