File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11services :
22 bitcoin :
33 container_name : bitcoin
4- image : flarefoundation/bitcoin:29.1
4+ image : flarefoundation/bitcoin:30.0-dless
55 restart : on-failure:3
66 environment :
77 - TZ=Europe/London
Original file line number Diff line number Diff line change 11services :
22 bitcoin :
33 container_name : bitcoin
4- image : flarefoundation/bitcoin:29.1
4+ image : flarefoundation/bitcoin:30.0-dless
55 restart : on-failure:3
66 environment :
77 - TZ=Europe/London
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.3-labs
2- FROM debian:12 @sha256:b6507e340c43553136f5078284c8c68d86ec8262b1724dde73c325e8d3dcdeba as build
2+ FROM debian:bookworm @sha256:93492d1405a072c9d3b89110490e330e0b7eb37754cafc9520908b7fe6873f5f as build
33
4- ARG VERSION=v29.1
4+ ARG VERSION=v30.0
55
66ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
77
@@ -22,7 +22,7 @@ WORKDIR /opt/bitcoin
2222
2323RUN <<-EOF
2424 set -e
25- make -C depends/ -j $(getconf _NPROCESSORS_ONLN) NO_QT=1 NO_QR=1 NO_WALLET=1
25+ make -C depends/ -j $(getconf _NPROCESSORS_ONLN) NO_QT=1 NO_QR=1 NO_WALLET=1 NO_IPC=1
2626 cmake -B build \
2727 --toolchain /opt/bitcoin/depends/x86_64-pc-linux-gnu/toolchain.cmake \
2828 -DCMAKE_INSTALL_PREFIX=/opt/bitcoin/build/
3333
3434RUN mkdir -p /opt/bitcoin/.bitcoin/db
3535
36- FROM gcr.io/distroless/cc-debian12:nonroot@sha256:d1b8e4c52be1111aa108e959ef2a822299bb70fd1819dd250871a2601ca1e4b6 as final
36+ FROM gcr.io/distroless/cc-debian12:nonroot@sha256:189bd2ce1f7750193c2c10220d9201ba38c11e30fbb75b036606829fadbc81b1 as final
3737
3838ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
3939
Original file line number Diff line number Diff line change 1- docker build -t flarefoundation/bitcoin:29.1 .
1+ docker build -t flarefoundation/bitcoin:30.0-dless .
You can’t perform that action at this time.
0 commit comments