Revert from bookworm to bullseye

Parity's CI uses bullseye and bullseye has an incompatible, dynamically linked
openssl.
This commit is contained in:
Luke Parker
2023-07-25 22:15:33 -04:00
parent 32435d8a4c
commit 1af5f1bcdc
4 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ RUN grep bitcoin-${BITCOIN_VERSION}-x86_64-linux-gnu.tar.gz SHA256SUMS | sha256s
# Prepare Image
RUN tar xzvf bitcoin-${BITCOIN_VERSION}-x86_64-linux-gnu.tar.gz
FROM debian:bookworm-slim as image
FROM debian:bullseye-slim as image
WORKDIR /home/bitcoin
COPY --from=builder /home/bitcoin/* .