forked from zcalusic/dockerfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bitcoin: switch to Debian Bookworm base image
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM zcalusic/debian-bullseye as builder | ||
FROM zcalusic/debian-bookworm as builder | ||
MAINTAINER Zlatko Čalušić <[email protected]> | ||
|
||
ARG BITCOIN_VERSION | ||
|
@@ -37,7 +37,7 @@ RUN apt-get update \ | |
&& make install-strip \ | ||
&& gzip -9 /usr/share/man/man1/bitcoin-cli.1 /usr/share/man/man1/bitcoin-tx.1 /usr/share/man/man1/bitcoin-wallet.1 /usr/share/man/man1/bitcoind.1 | ||
|
||
FROM zcalusic/debian-bullseye | ||
FROM zcalusic/debian-bookworm | ||
MAINTAINER Zlatko Čalušić <[email protected]> | ||
|
||
RUN apt-get update \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters