docker 20 / compose 1.29 compatibility
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Build stage for Bitcoin Core
|
||||
FROM --platform=${TARGETPLATFORM:-${BUILDPLATFORM}} alpine:3.18 as bitcoin-core
|
||||
FROM --platform=${TARGETPLATFORM:-${BUILDPLATFORM:-linux/amd64}} alpine:3.18 as bitcoin-core
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
@@ -84,7 +84,7 @@ RUN strip ${BITCOIN_PREFIX}/lib/libbitcoinconsensus.a
|
||||
RUN strip ${BITCOIN_PREFIX}/lib/libbitcoinconsensus.so.0.0.0
|
||||
|
||||
# Runtime binaries and setup stage
|
||||
FROM --platform=${TARGETPLATFORM:-${BUILDPLATFORM}} alpine:3.18 as runner
|
||||
FROM --platform=${TARGETPLATFORM:-${BUILDPLATFORM:-linux/amd64}} alpine:3.18 as runner
|
||||
|
||||
ARG UID=100
|
||||
ARG GID=101
|
||||
|
||||
Reference in New Issue
Block a user