-
Notifications
You must be signed in to change notification settings - Fork 913
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Unify bitcoin versions for whole project
- Updated all Bitcoin version 27.1 - Updated all Elements versions 23.2.1 Changelog-Changed: Updated Bitcoin to v27.1 and Elements to v23.2.1
- Loading branch information
1 parent
545d67e
commit 7783658
Showing
5 changed files
with
7 additions
and
7 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
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
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,6 +1,6 @@ | ||
FROM fedora:35 | ||
|
||
ENV BITCOIN_VERSION 22.0 | ||
ENV BITCOIN_VERSION 27.1 | ||
WORKDIR /tmp | ||
|
||
RUN dnf update -y && \ | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,8 @@ FROM ubuntu:22.04 | |
LABEL mantainer="Christian Decker <[email protected]>" | ||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
ENV BITCOIN_VERSION 22.0 | ||
ENV ELEMENTS_VERSION 22.0.2 | ||
ENV BITCOIN_VERSION 27.1 | ||
ENV ELEMENTS_VERSION 23.2.1 | ||
|
||
RUN useradd -ms /bin/bash tester | ||
RUN mkdir /build /bolts && chown tester -R /build /bolts | ||
|
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