From 6d8ff143e524077bede31d8fa42486ff3b424458 Mon Sep 17 00:00:00 2001 From: Damian Mee Date: Thu, 15 Aug 2019 06:44:09 +0700 Subject: [PATCH] alpine: 3.10 -> 3.9 --- 0.18/source/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0.18/source/Dockerfile b/0.18/source/Dockerfile index 138a3fd..8ebdeb4 100644 --- a/0.18/source/Dockerfile +++ b/0.18/source/Dockerfile @@ -1,5 +1,5 @@ # Build stage for Bitcoin Core -FROM arm32v6/alpine:3.10 AS bitcoin-core +FROM arm32v6/alpine:3.9 AS bitcoin-core # fetch already built berkeleydb COPY --from=lncm/berkeleydb:db-4.8.30.NC-linux-arm /opt /opt @@ -84,7 +84,7 @@ RUN strip ${BITCOIN_PREFIX}/lib/libbitcoinconsensus.so.0.0.0 # Build stage for compiled artifacts -FROM arm32v6/alpine:3.10 AS final +FROM arm32v6/alpine:3.9 AS final LABEL maintainer.0="nolim1t (@nolim1t)" \ maintainer.1="Damian Mee (@meeDamian)"