Skip to content

Commit

Permalink
bitcoin-signet/Dockerfile: use debian:sid-slim as builder
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Mar 7, 2023
1 parent 7212f37 commit ab6bb8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitcoin-signet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster-slim as builder
FROM debian:sid-slim as builder

ARG BITCOIN_VERSION=24.0.1
ARG TRIPLET=${TRIPLET}
Expand All @@ -21,7 +21,7 @@ RUN BITCOIN_URL="https://bitcoincore.org/bin/bitcoin-core-${BITCOIN_VERSION}/bit
mkdir -p bin && \
tar -xzvf "${BITCOIN_FILE}" -C /tmp/bin --strip-components=2 "bitcoin-${BITCOIN_VERSION}/bin/bitcoin-cli" "bitcoin-${BITCOIN_VERSION}/bin/bitcoind" "bitcoin-${BITCOIN_VERSION}/bin/bitcoin-wallet"

FROM debian:buster-slim as playground-bitcoin-signet
FROM debian:sid-slim as playground-bitcoin-signet

LABEL org.opencontainers.image.authors="Richard Safier"
LABEL org.opencontainers.image.licenses=MIT
Expand Down

0 comments on commit ab6bb8d

Please sign in to comment.