From a9a5957745b16c0c9243457bd36cfff1488cd2bc Mon Sep 17 00:00:00 2001 From: Ricardo Date: Tue, 25 Aug 2020 21:47:50 +0200 Subject: [PATCH] Fix build errors by fixing image --- 0.15/alpine/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0.15/alpine/Dockerfile b/0.15/alpine/Dockerfile index 24b3516..29acabc 100644 --- a/0.15/alpine/Dockerfile +++ b/0.15/alpine/Dockerfile @@ -22,7 +22,7 @@ RUN make install RUN rm -rf ${BERKELEYDB_PREFIX}/docs # Build stage for Bitcoin Gold -FROM alpine as bitcoin-gold +FROM alpine:3.9 as bitcoin-gold COPY --from=berkeleydb /opt /opt @@ -88,7 +88,7 @@ RUN strip ${BITCOIN_GOLD_PREFIX}/lib/libbitcoinconsensus.a RUN strip ${BITCOIN_GOLD_PREFIX}/lib/libbitcoinconsensus.so.0.0.0 # Build stage for compiled artifacts -FROM alpine +FROM alpine:3.9 LABEL maintainer.0="João Fonseca (@joaopaulofonseca)" \ maintainer.1="Pedro Branco (@pedrobranco)" \